You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@nemo.apache.org by GitBox <gi...@apache.org> on 2019/12/04 08:01:54 UTC

[GitHub] [incubator-nemo] DifferentSC commented on a change in pull request #262: [NEMO-429] SWPP TEAM8 Code Smell Fix

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:
users@infra.apache.org


With regards,
Apache Git Services