taegeonum commented on a change in pull request #277: [NEMO-429] SWPP TEAM2 
Code Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/277#discussion_r352934898
 
 

 ##########
 File path: 
runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/BroadcastManagerWorker.java
 ##########
 @@ -43,7 +43,7 @@
  * Used by tasks to get/fetch (probably remote) broadcast variables.
  */
 @ThreadSafe
-public final class BroadcastManagerWorker {
+public final class BroadcastManagerWorker implements Serializable {
 
 Review comment:
   please remove `implements Serializable`

----------------------------------------------------------------
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

Reply via email to