DifferentSC commented on a change in pull request #262: [NEMO-429] SWPP TEAM8 Code Smell Fix URL: https://github.com/apache/incubator-nemo/pull/262#discussion_r353593529
########## File path: runtime/executor/src/main/java/org/apache/nemo/runtime/executor/datatransfer/RunTimeMessageOutputCollector.java ########## @@ -44,8 +44,8 @@ private final String taskId; private final IRVertex irVertex; - private final PersistentConnectionToMasterMap connectionToMasterMap; - private final TaskExecutor taskExecutor; + private final PersistentConnectionToMasterMap connectionToMasterMap; //NOSONAR + private final TaskExecutor taskExecutor; //NOSONAR Review comment: Same here. ---------------------------------------------------------------- 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
