Github user kishorvpatil commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2312#discussion_r138924774
  
    --- Diff: 
storm-client/src/jvm/org/apache/storm/topology/BaseConfigurationDeclarer.java 
---
    @@ -83,4 +83,29 @@ public T setCPULoad(Number amount) {
             }
             return (T) this;
         }
    +
    +    @SuppressWarnings("unchecked")
    --- End diff --
    
    Not sure if we need to `SuppressWarnings` here.


---

Reply via email to