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

    https://github.com/apache/storm/pull/797#discussion_r42122513
  
    --- Diff: storm-core/src/jvm/backtype/storm/utils/MutableObject.java ---
    @@ -18,7 +18,7 @@
     package backtype.storm.utils;
     
     public class MutableObject {
    --- End diff --
    
    I can probably remove the changes I made to the class but it is used in 
other places in the code still.
    ```
    $ find ./storm-core/ -iname \*.clj | xargs grep -l MutableObject
    ./storm-core//src/clj/backtype/storm/daemon/acker.clj
    ./storm-core//src/clj/backtype/storm/daemon/executor.clj
    ./storm-core//src/clj/backtype/storm/messaging/loader.clj
    ./storm-core//src/clj/backtype/storm/util.clj
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to