Skip to content

Commit

Permalink
Remove :tag since we specify return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Apr 23, 2012
1 parent b8c0060 commit 347c79a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/clojure/clojure/java/jdbc.clj
Expand Up @@ -89,7 +89,6 @@ generated keys are returned (as a map)." }
(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."
{ :tag Properties }
[m]
(let [p (Properties.)]
(doseq [[k v] m]
Expand Down

0 comments on commit 347c79a

Please sign in to comment.