Eliminate compiler warning

This commit is contained in:
Michael S. Klishin 2011-12-31 04:24:27 +04:00
parent 5bbac64801
commit 8300b7c0c4

View file

@ -8,7 +8,7 @@
;; 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 monger.collection (ns monger.collection
(:refer-clojure :exclude [find remove count drop distinct]) (:refer-clojure :exclude [find remove count drop distinct empty?])
(:import [com.mongodb Mongo DB DBCollection WriteResult DBObject WriteConcern DBCursor MapReduceCommand MapReduceCommand$OutputType] (:import [com.mongodb Mongo DB DBCollection WriteResult DBObject WriteConcern DBCursor MapReduceCommand MapReduceCommand$OutputType]
[java.util List Map] [java.util List Map]
[clojure.lang IPersistentMap ISeq]) [clojure.lang IPersistentMap ISeq])