Eliminate reflection warnings

This commit is contained in:
Michael S. Klishin 2012-04-11 20:56:22 +04:00
parent f44b98ac3d
commit 7ef48e9bb4

View file

@ -267,7 +267,7 @@
MapReduceOutput MapReduceOutput
(count [^MapReduceOutput this] (count [^MapReduceOutput this]
(.count (.results this)))) (.count ^Iterable (.results this))))
(defn ^DBObject get-last-error (defn ^DBObject get-last-error
"Returns the the error (if there is one) from the previous operation on this connection. "Returns the the error (if there is one) from the previous operation on this connection.