Skip to content

Commit

Permalink
add (:require [backtype.storm LocalCluster]) to testing4j.clj (fixes …
Browse files Browse the repository at this point in the history
…compiles issues in some cases)
  • Loading branch information
ptgoetz committed Dec 21, 2013
1 parent 42eb3bb commit 13d676d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storm-core/src/clj/backtype/storm/testing4j.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
;; limitations under the License.
(ns backtype.storm.testing4j
(:import [java.util Map List Collection ArrayList])
(:require [backtype.storm LocalCluster])
(:import [backtype.storm Config ILocalCluster LocalCluster])
(:import [backtype.storm.generated StormTopology])
(:import [backtype.storm.daemon nimbus])
Expand Down

0 comments on commit 13d676d

Please sign in to comment.