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

    https://github.com/apache/storm/pull/2433#discussion_r152706237
  
    --- Diff: storm-server/src/main/java/org/apache/storm/LocalCluster.java ---
    @@ -48,35 +48,9 @@
     import org.apache.storm.daemon.supervisor.StandaloneSupervisor;
     import org.apache.storm.daemon.supervisor.Supervisor;
     import org.apache.storm.executor.LocalExecutor;
    -import org.apache.storm.generated.AlreadyAliveException;
    -import org.apache.storm.generated.AuthorizationException;
    -import org.apache.storm.generated.BeginDownloadResult;
    -import org.apache.storm.generated.ClusterSummary;
    -import org.apache.storm.generated.ComponentPageInfo;
    -import org.apache.storm.generated.Credentials;
    -import org.apache.storm.generated.GetInfoOptions;
    -import org.apache.storm.generated.InvalidTopologyException;
    -import org.apache.storm.generated.KeyAlreadyExistsException;
    -import org.apache.storm.generated.KeyNotFoundException;
    -import org.apache.storm.generated.KillOptions;
    -import org.apache.storm.generated.ListBlobsResult;
    -import org.apache.storm.generated.LogConfig;
    +import org.apache.storm.generated.*;
    --- End diff --
    
    avoid wildcard import


---

Reply via email to