You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2014/06/12 23:11:03 UTC

[05/14] git commit: remove unintended :refer-clojure

remove unintended :refer-clojure

(This is meant for a separate pull request)

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

Branch: refs/heads/security
Commit: 3352dc298743eaffc7ade85aa175a1ef53ff3b7e
Parents: 2278fc9
Author: David James <da...@bluemontlabs.com>
Authored: Sat May 31 14:17:23 2014 -0400
Committer: David James <da...@bluemontlabs.com>
Committed: Sat May 31 14:17:23 2014 -0400

----------------------------------------------------------------------
 storm-core/src/clj/backtype/storm/util.clj | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/3352dc29/storm-core/src/clj/backtype/storm/util.clj
----------------------------------------------------------------------
diff --git a/storm-core/src/clj/backtype/storm/util.clj b/storm-core/src/clj/backtype/storm/util.clj
index 6e78cca..891d8eb 100644
--- a/storm-core/src/clj/backtype/storm/util.clj
+++ b/storm-core/src/clj/backtype/storm/util.clj
@@ -36,8 +36,7 @@
   (:require [clojure [set :as set]])
   (:require [clojure.java.io :as io])
   (:use [clojure walk])
-  (:use [backtype.storm log])
-  (:refer-clojure :exclude [some?]))
+  (:use [backtype.storm log]))
 
 (defn wrap-in-runtime
   "Wraps an exception in a RuntimeException if needed"