srdo commented on a change in pull request #3055: STORM-3440: client: fix all
checkstyle warnings
URL: https://github.com/apache/storm/pull/3055#discussion_r299121557
##########
File path:
storm-client/src/jvm/org/apache/storm/coordination/BatchOutputCollectorImpl.java
##########
@@ -17,37 +17,37 @@
import org.apache.storm.tuple.Tuple;
public class BatchOutputCollectorImpl extends BatchOutputCollector {
- OutputCollector _collector;
+ OutputCollector collector;
Review comment:
Can we make this private?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services