STORM-1523: Removed unneeded import for file that was removed.

Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/3b681383
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/3b681383
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/3b681383

Branch: refs/heads/master
Commit: 3b6813838753f3330cca1b2b8e39c1fee820de40
Parents: 5b7a707
Author: Robert (Bobby) Evans <[email protected]>
Authored: Tue Mar 15 13:09:50 2016 -0500
Committer: Robert (Bobby) Evans <[email protected]>
Committed: Tue Mar 15 13:09:50 2016 -0500

----------------------------------------------------------------------
 .../test/clj/org/apache/storm/security/auth/nimbus_auth_test.clj   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/3b681383/storm-core/test/clj/org/apache/storm/security/auth/nimbus_auth_test.clj
----------------------------------------------------------------------
diff --git 
a/storm-core/test/clj/org/apache/storm/security/auth/nimbus_auth_test.clj 
b/storm-core/test/clj/org/apache/storm/security/auth/nimbus_auth_test.clj
index eeb4813..e13f2b5 100644
--- a/storm-core/test/clj/org/apache/storm/security/auth/nimbus_auth_test.clj
+++ b/storm-core/test/clj/org/apache/storm/security/auth/nimbus_auth_test.clj
@@ -27,7 +27,7 @@
   (:import [org.apache.storm.generated Nimbus Nimbus$Client Nimbus$Processor
             AuthorizationException SubmitOptions TopologyInitialStatus 
KillOptions])
   (:import [org.apache.storm.utils Utils])
-  (:use [org.apache.storm cluster util config log])
+  (:use [org.apache.storm util config log])
   (:use [org.apache.storm.daemon common nimbus])
   (:require [conjure.core])
   (:use [conjure core]))

Reply via email to