Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2502#discussion_r159963018
--- Diff: storm-client/src/jvm/org/apache/storm/executor/TupleInfo.java ---
@@ -23,7 +23,7 @@
import java.io.Serializable;
import java.util.List;
-public class TupleInfo implements Serializable {
+public final class TupleInfo implements Serializable {
--- End diff --
Why do we want this to be final? Just curious.---
