Skip to content

Commit

Permalink
upgrades project to clojure 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Aug 20, 2012
1 parent a09ec6d commit c3df3b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clj-esper "1.0.0-SNAPSHOT"
:description "Simple Esper wrapper for Clojure"
:dependencies [[org.clojure/clojure "1.2.1"]
:dependencies [[org.clojure/clojure "1.4.0"]
[com.espertech/esper "4.3.0" :exclusions [log4j]]])
4 changes: 2 additions & 2 deletions src/clj_esper/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
(.. service getEPAdministrator getConfiguration))


(def *service* nil)
(def ^:dynamic *service* nil)

(defn event-name
[event]
Expand Down Expand Up @@ -100,7 +100,7 @@
event)))

;; Taken from the old clojure.contrib.java-utils
(defn ^Properties as-properties
(defn- ^Properties as-properties
"Convert any seq of pairs to a java.utils.Properties instance.
Uses as-str to convert both keys and values into strings."
[m]
Expand Down

0 comments on commit c3df3b2

Please sign in to comment.