Github user Ethanlm commented on a diff in the pull request:
https://github.com/apache/storm/pull/2881#discussion_r228301282
--- Diff: storm-client/src/jvm/org/apache/storm/utils/Utils.java ---
@@ -327,10 +396,12 @@ public static boolean isSystemId(String id) {
}
/**
- * Creates a thread that calls the given code repeatedly, sleeping for
an interval of seconds equal to the return value of the previous
+ * Creates a thread that calls the given code repeatedly, sleeping for
an interval of seconds
+ * equal to the return value of the previous
* call.
--- End diff --
nit: put "call" in the same line with other words?
---