Cosmetics

This commit is contained in:
Michael Klishin 2013-11-30 23:44:21 +04:00
parent e540d453a0
commit 8837fb46b9

View file

@ -7,7 +7,8 @@
;; the terms of this license. ;; the terms of this license.
;; You must not remove this notice, or any other, from this software. ;; 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. was successful or not.
Related documentation guides: Related documentation guides:
@ -15,8 +16,7 @@
* http://clojuremongodb.info/articles/inserting.html * http://clojuremongodb.info/articles/inserting.html
* http://clojuremongodb.info/articles/updating.html * http://clojuremongodb.info/articles/updating.html
* http://clojuremongodb.info/articles/commands.html * http://clojuremongodb.info/articles/commands.html
* http://clojuremongodb.info/articles/mapreduce.html"} * http://clojuremongodb.info/articles/mapreduce.html"
monger.result
(:import [com.mongodb DBObject WriteResult MapReduceOutput] (:import [com.mongodb DBObject WriteResult MapReduceOutput]
clojure.lang.IPersistentMap) clojure.lang.IPersistentMap)
(:require monger.conversion)) (:require monger.conversion))