[STORM-537] Cleaned imports after tests removal

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

Branch: refs/heads/security
Commit: 1a3adec6434de8d4b656d779492e5a22ec655830
Parents: dee91cf
Author: Sergey Tryuber <[email protected]>
Authored: Wed Nov 5 09:10:12 2014 +0300
Committer: Sergey Tryuber <[email protected]>
Committed: Wed Nov 5 09:10:12 2014 +0300

----------------------------------------------------------------------
 storm-core/test/clj/backtype/storm/messaging/netty_unit_test.clj | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/1a3adec6/storm-core/test/clj/backtype/storm/messaging/netty_unit_test.clj
----------------------------------------------------------------------
diff --git a/storm-core/test/clj/backtype/storm/messaging/netty_unit_test.clj 
b/storm-core/test/clj/backtype/storm/messaging/netty_unit_test.clj
index dac7fe3..ed5797d 100644
--- a/storm-core/test/clj/backtype/storm/messaging/netty_unit_test.clj
+++ b/storm-core/test/clj/backtype/storm/messaging/netty_unit_test.clj
@@ -15,8 +15,7 @@
 ;; limitations under the License.
 (ns backtype.storm.messaging.netty-unit-test
   (:use [clojure test])
-  (:import [backtype.storm.messaging TransportFactory TaskMessage])
-  (:import [java.util.concurrent ExecutionException])
+  (:import [backtype.storm.messaging TransportFactory])
   (:use [backtype.storm bootstrap testing util]))
 
 (bootstrap)

Reply via email to