Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/2433#discussion_r152704003
--- Diff: storm-client/src/jvm/org/apache/storm/stats/StatsUtil.java ---
@@ -1360,11 +1329,11 @@ public static ComponentPageInfo aggCompExecsStats(
* Convenience overload when called from the topology page code (in
that case we want data
* for all workers in the topology, not filtered by supervisor)
*
- * @param topologyId topology id
- * @param topology storm topology
- * @param task2component a Map of {task id -> component}
+ * @param stormId topology id
--- End diff --
Nice catch!
---