Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2752#discussion_r200407479
--- Diff: storm-core/src/jvm/org/apache/storm/ui/UIHelpers.java ---
@@ -77,6 +140,11 @@ public static String prettyUptimeStr(String val,
Object[][] dividers) {
return Joiner.on(" ").join(tmp);
}
+ /**
+ * See above javadoc.
--- End diff --
nit: This takes as long to write as `Prettify uptime string.` so can we
just use it instead?---
