Minor cleanup
This commit is contained in:
parent
7b987ed8af
commit
5a546e68d0
1 changed files with 0 additions and 8 deletions
|
|
@ -23,13 +23,6 @@
|
||||||
(def ^:dynamic ^WriteConcern *mongodb-write-concern* WriteConcern/NORMAL)
|
(def ^:dynamic ^WriteConcern *mongodb-write-concern* WriteConcern/NORMAL)
|
||||||
|
|
||||||
|
|
||||||
;;
|
|
||||||
;; Protocols
|
|
||||||
;;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; API
|
;; API
|
||||||
;;
|
;;
|
||||||
|
|
@ -47,4 +40,3 @@
|
||||||
(.getDB *mongodb-connection* name))
|
(.getDB *mongodb-connection* name))
|
||||||
([^Mongo connection, ^String name]
|
([^Mongo connection, ^String name]
|
||||||
(.getDB connection name)))
|
(.getDB connection name)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue