Skip to content

Commit

Permalink
Keep this out of the api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrossley3 committed Oct 31, 2015
1 parent 1a91aad commit bead199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transactions/src/immutant/transactions/jdbc.clj
Expand Up @@ -32,7 +32,7 @@
`(let [~delegate ~delegate-expr]
(reify ~type ~@expanded ~@methods))))

(defmacro with-backref
(defmacro ^:private with-backref
"Expands to a reify spec for a Connection with an override-delegate
call for a Statement, its specific type taken from (:tag (meta f)),
created by invoking f on con, that overrides getConnection to return
Expand Down

0 comments on commit bead199

Please sign in to comment.