Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/2433#discussion_r152705852
--- Diff: storm-core/test/clj/org/apache/storm/nimbus_test.clj ---
@@ -454,7 +456,7 @@
(is (= 2 (storm-num-workers state "mystorm"))) ;; because only 2
executors
)))
-;TODO: when translating this function, you should replace the map-val with
a proper for loop HERE
+;;TODO: when translating this function, you should replace the map-val
with a proper for loop HERE
--- End diff --
unnecessary change
---