Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2419#discussion_r151699779
--- Diff:
storm-client/src/jvm/org/apache/storm/trident/topology/MasterBatchCoordinator.java
---
@@ -308,7 +308,7 @@ public String toString() {
", _maxTransactionActive=" + _maxTransactionActive +
", _coordinators=" + _coordinators +
", _managedSpoutIds=" + _managedSpoutIds +
- ", _spouts=" + _spouts +
+ ", spouts=" + _spouts +
--- End diff --
This was probably the IDE getting overly ambitious when I refactored
something else. I'll fix it.
---