Skip to content

Commit

Permalink
public not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Feb 26, 2020
1 parent e5a60ac commit 19c17e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ public FileOutputStream openLocalFileAsOutputStream () {
return out;
}

public String getDatasetDirectory() throws IOException {
private String getDatasetDirectory() throws IOException {
if (dvObject == null) {
throw new IOException("No DvObject defined in the Data Access Object");
}
Expand Down

0 comments on commit 19c17e5

Please sign in to comment.