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

    https://github.com/apache/storm/pull/2323#discussion_r138312797
  
    --- Diff: 
storm-server/src/main/java/org/apache/storm/blobstore/BlobStoreUtils.java ---
    @@ -17,6 +17,18 @@
      */
     package org.apache.storm.blobstore;
     
    +import java.io.IOException;
    +import java.util.ArrayList;
    +import java.util.HashSet;
    +import java.util.Iterator;
    +import java.util.List;
    +import java.util.Map;
    +import java.util.Set;
    +
    +import javax.security.auth.Subject;
    +
    +import org.apache.commons.collections.CollectionUtils;
    +import org.apache.curator.framework.CuratorFramework;
    --- End diff --
    
    I re-ordered these because adding `import 
org.apache.commons.collections.CollectionUtils` nudged us over the checkstyle 
violations threshold.


---

Reply via email to