Github user Ethanlm commented on a diff in the pull request:
https://github.com/apache/storm/pull/2638#discussion_r182765656
--- Diff: storm-client/src/jvm/org/apache/storm/utils/Utils.java ---
@@ -109,6 +109,8 @@
import javax.security.auth.Subject;
+import static org.apache.commons.lang.exception.ExceptionUtils.*;
--- End diff --
nit: don't use *---
