Github user agresch commented on a diff in the pull request:
https://github.com/apache/storm/pull/2548#discussion_r166117240
--- Diff:
storm-client/src/jvm/org/apache/storm/daemon/worker/WorkerState.java ---
@@ -20,6 +20,17 @@
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.Sets;
+import java.io.IOException;
+import java.nio.ByteBuffer;
+import java.util.*;
--- End diff --
That was just a re-order. ---
