Skip to content

Commit

Permalink
Don't export get-as-integer.
Browse files Browse the repository at this point in the history
  • Loading branch information
bretthoerner committed Dec 27, 2011
1 parent 049c7f6 commit 05b6e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sumo/client.clj
Expand Up @@ -29,7 +29,7 @@
(def ^{:private true} default-host "127.0.0.1")
(def ^{:private true} default-port 8087)

(defn get-as-integer
(defn- get-as-integer
[key container]
(if-let [i (key container)]
(Integer. i)))
Expand Down

0 comments on commit 05b6e2c

Please sign in to comment.