taehioum commented on a change in pull request #273: [Nemo-429] SWPP TEAM15
Code Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/273#discussion_r354661072
##########
File path:
common/src/main/java/org/apache/nemo/common/coder/LongDecoderFactory.java
##########
@@ -59,7 +59,7 @@ public String toString() {
* LongDecoder.
*/
private final class LongDecoder implements Decoder<Long> {
- private final DataInputStream inputStream;
+ private final transient DataInputStream inputStream;
Review comment:
Removed the keyword.
----------------------------------------------------------------
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