aboutsummaryrefslogtreecommitdiff
path: root/src/main/clojure/clojure/contrib/json.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/clojure/clojure/contrib/json.clj')
-rw-r--r--src/main/clojure/clojure/contrib/json.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/clojure/clojure/contrib/json.clj b/src/main/clojure/clojure/contrib/json.clj
index 7884f3a2..d89f0036 100644
--- a/src/main/clojure/clojure/contrib/json.clj
+++ b/src/main/clojure/clojure/contrib/json.clj
@@ -17,7 +17,7 @@
To write JSON, use json-str, write-json, or write-json.
To read JSON, use read-json."}
clojure.contrib.json
- (:require [clojure.contrib.java-utils :as j])
+ (:require [clojure.contrib.java :as j])
(:import (java.io PrintWriter PushbackReader StringWriter
StringReader Reader EOFException)))