srdo commented on a change in pull request #3055: STORM-3440: client: fix all 
checkstyle warnings
URL: https://github.com/apache/storm/pull/3055#discussion_r299132369
 
 

 ##########
 File path: 
storm-client/src/jvm/org/apache/storm/serialization/KryoTupleSerializer.java
 ##########
 @@ -47,7 +47,7 @@ public KryoTupleSerializer(final Map<String, Object> conf, 
final GeneralTopology
     //    public long crc32(Tuple tuple) {
     //        try {
     //            CRC32OutputStream hasher = new CRC32OutputStream();
-    //            _kryo.serializeInto(tuple.getValues(), hasher);
+    //            kryo.serializeInto(tuple.getValues(), hasher);
 
 Review comment:
   Can we delete this? Commented out code is useless.

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