From 8300b7c0c48ff1802f87df6735f0928d7e62cfa6 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Sat, 31 Dec 2011 04:24:27 +0400 Subject: [PATCH] Eliminate compiler warning --- src/monger/collection.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monger/collection.clj b/src/monger/collection.clj index 72ab2f9..ac73457 100644 --- a/src/monger/collection.clj +++ b/src/monger/collection.clj @@ -8,7 +8,7 @@ ;; You must not remove this notice, or any other, from this software. (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] [java.util List Map] [clojure.lang IPersistentMap ISeq])