Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2312#discussion_r138090750
--- Diff:
storm-client/src/jvm/org/apache/storm/topology/ComponentConfigurationDeclarer.java
---
@@ -28,6 +28,13 @@
T addConfigurations(Map<String, Object> conf);
/**
+ * return the configuration
--- End diff --
style: need a `.` at the end of the first javadoc line.---
