Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2312#discussion_r138090802 --- Diff: storm-client/src/jvm/org/apache/storm/topology/ComponentConfigurationDeclarer.java --- @@ -62,4 +69,14 @@ * @return this for chaining. */ T setNumTasks(Number val); + + /** + * Add generic resources for this component --- End diff -- style: need a `.`
---