lewismc commented on a change in pull request #6: SDAP-35 (completed the
configuration change)
URL:
https://github.com/apache/incubator-sdap-mudrod/pull/6#discussion_r172926779
##########
File path:
core/src/main/java/org/apache/sdap/mudrod/metadata/pre/ApiHarvester.java
##########
@@ -148,7 +150,7 @@ private void harvestMetadatafromWeb() {
int docId = startIndex + i;
File itemfile = new
File(props.getProperty(MudrodConstants.RAW_METADATA_PATH) + "/" + docId +
".json");
- try (FileWriter fw = new FileWriter(itemfile.getAbsoluteFile());
BufferedWriter bw = new BufferedWriter(fw)) {
+ try (FileWriter fw = new FileWriter(itemfile.getAbsoluteFile());
BufferedWriter bw = new BufferedWriter(fw);) {
Review comment:
I don't think there is any reason to add the semi-colon
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services