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

    https://github.com/apache/storm/pull/845#discussion_r43814010
  
    --- Diff: storm-core/src/clj/backtype/storm/util.clj ---
    @@ -31,6 +33,8 @@
       (:import [java.io File FileOutputStream RandomAccessFile StringWriter
                 PrintWriter BufferedReader InputStreamReader IOException])
       (:import [java.lang.management ManagementFactory])
    +  (:import [java.nio.file Files Paths])
    +  (:import [java.nio.file.attribute FileAttribute])
    --- End diff --
    
    These two imports are duplicated.  Also, it would be nice to clean up the 
`java.nio.file` imports.  I see us importing Paths twice even without this 
change.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to