hy00nc commented on a change in pull request #278: [NEMO-429] SWPP TEAM16 Code 
Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/278#discussion_r353082234
 
 

 ##########
 File path: 
common/src/main/java/org/apache/nemo/common/coder/IntEncoderFactory.java
 ##########
 @@ -59,8 +59,7 @@ public String toString() {
    * IntEncoder.
    */
   private final class IntEncoder implements Encoder<Integer> {
-
-    private final DataOutputStream outputStream;
+    private final transient DataOutputStream outputStream;
 
 Review comment:
   Could you erase the transient keyword too?
   Let’s just not resolve this issue for now.

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