Skip to content

Commit

Permalink
c.c.sql: change references to c.c.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Feb 11, 2010
1 parent 5ec001a commit 6a0483d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/clojure/clojure/contrib/sql.clj
Expand Up @@ -25,7 +25,7 @@
clojure.contrib.sql clojure.contrib.sql
(:use (clojure.contrib (:use (clojure.contrib
[def :only (defalias)] [def :only (defalias)]
[java :only (as-str)]) [string :only (as-str)])
clojure.contrib.sql.internal)) clojure.contrib.sql.internal))


(defalias find-connection find-connection*) (defalias find-connection find-connection*)
Expand Down
2 changes: 1 addition & 1 deletion src/main/clojure/clojure/contrib/sql/internal.clj
Expand Up @@ -15,7 +15,7 @@
(:use (:use
(clojure.contrib (clojure.contrib
[except :only (throwf throw-arg)] [except :only (throwf throw-arg)]
[java :only (as-properties)] [properties :only (as-properties)]
[seq :only (indexed)])) [seq :only (indexed)]))
(:import (:import
(clojure.lang RT) (clojure.lang RT)
Expand Down

0 comments on commit 6a0483d

Please sign in to comment.