Github user kishorvpatil commented on a diff in the pull request:
https://github.com/apache/storm/pull/2531#discussion_r164134542
--- Diff: storm-core/test/clj/org/apache/storm/nimbus_test.clj ---
@@ -46,7 +46,7 @@
(:import [org.apache.commons.io FileUtils])
(:import [org.json.simple JSONValue])
(:import [org.apache.storm.daemon StormCommon])
- (:import [org.apache.storm.cluster IStormClusterState
StormClusterStateImpl ClusterStateContext ClusterUtils])
+ (:import [org.apache.storm.cluster DaemonType IStormClusterState
StormClusterStateImpl ClusterStateContext ClusterUtils])
--- End diff --
Harmless, but don't see tests using `DaemonType` in this file.
---