From 7ef48e9bb4c0b527f37c09652b207de5187dd6c6 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Wed, 11 Apr 2012 20:56:22 +0400 Subject: [PATCH] Eliminate reflection warnings --- src/monger/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monger/core.clj b/src/monger/core.clj index be62984..1deb7d7 100644 --- a/src/monger/core.clj +++ b/src/monger/core.clj @@ -267,7 +267,7 @@ MapReduceOutput (count [^MapReduceOutput this] - (.count (.results this)))) + (.count ^Iterable (.results this)))) (defn ^DBObject get-last-error "Returns the the error (if there is one) from the previous operation on this connection.