Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/2433#discussion_r152703971
--- Diff: storm-client/src/jvm/org/apache/storm/stats/StatsUtil.java ---
@@ -1255,11 +1227,11 @@ public static ComponentPageInfo aggCompExecsStats(
/**
* aggregate statistics per worker for a topology. Optionally
filtering on specific supervisors
*
- * @param topologyId topology id
- * @param topology storm topology
- * @param task2component a Map of {task id -> component}
+ * @param stormId topology id
--- End diff --
Nice catch!
---