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_r353593484
########## 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 Review comment: We decided that it would be better to leave those codes without specifying `//NOSONAR`. Could you delete those comments? I'm really sorry for giving you wrong instructions. ---------------------------------------------------------------- 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
