wonook commented on a change in pull request #276: [NEMO-429] SWPP TEAM11 Code
Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/276#discussion_r353275246
##########
File path:
runtime/executor/src/main/java/org/apache/nemo/runtime/executor/task/MultiThreadParentTaskDataFetcher.java
##########
@@ -139,9 +139,9 @@ private void fetchDataLazily() {
LOG.error(exception.getMessage());
throw new RuntimeException(exception);
}
- });
+ })
Review comment:
Could you merge the lines 142-144 together, so that it becomes something
like `})));` ?
Other code follow the convention, so it would be better to keep it that way.
Thanks!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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