Cosmetics
This commit is contained in:
parent
e540d453a0
commit
8837fb46b9
1 changed files with 8 additions and 8 deletions
|
|
@ -7,7 +7,8 @@
|
|||
;; the terms of this license.
|
||||
;; You must not remove this notice, or any other, from this software.
|
||||
|
||||
(ns ^{:doc "Provides functions that determine if a query (or other database operation)
|
||||
(ns monger.result
|
||||
"Provides functions that determine if a query (or other database operation)
|
||||
was successful or not.
|
||||
|
||||
Related documentation guides:
|
||||
|
|
@ -15,8 +16,7 @@
|
|||
* http://clojuremongodb.info/articles/inserting.html
|
||||
* http://clojuremongodb.info/articles/updating.html
|
||||
* http://clojuremongodb.info/articles/commands.html
|
||||
* http://clojuremongodb.info/articles/mapreduce.html"}
|
||||
monger.result
|
||||
* http://clojuremongodb.info/articles/mapreduce.html"
|
||||
(:import [com.mongodb DBObject WriteResult MapReduceOutput]
|
||||
clojure.lang.IPersistentMap)
|
||||
(:require monger.conversion))
|
||||
|
|
|
|||
Loading…
Reference in a new issue