Skip to content

Commit

Permalink
Minor syntax fix #3921
Browse files Browse the repository at this point in the history
  • Loading branch information
bsilverstein95 committed Aug 9, 2017
1 parent 10244fe commit 096abb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ private void cacheExport(DatasetVersion version, String format, JsonObject datas
cachedExportOutputStream.flush();
cachedExportOutputStream.close();

} else if (tempFileRequired) {
} else {
// this method copies a local filesystem Path into this DataAccess Auxiliary location:
exporter.exportDataset(version, datasetAsJson, outputStream);
outputStream.flush();
Expand Down

0 comments on commit 096abb4

Please sign in to comment.