wynot12 commented on a change in pull request #271: [NEMO-429] SWPP TEAM18 Code
Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/271#discussion_r354845381
##########
File path:
common/src/main/java/org/apache/nemo/common/coder/BytesEncoderFactory.java
##########
@@ -58,7 +58,7 @@ public String toString() {
*/
private final class BytesEncoder implements Encoder<byte[]> {
- private final OutputStream outputStream;
+ transient final OutputStream outputStream;
Review comment:
`private final transient`
----------------------------------------------------------------
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