From 2d77d1ba2721dd4ce125d2e4abcb855061323977 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 9 May 2014 17:08:14 -0400 Subject: [PATCH] Ditto --- test/monger/test/cursor_test.clj | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/monger/test/cursor_test.clj b/test/monger/test/cursor_test.clj index 89c0db9..061c7a3 100644 --- a/test/monger/test/cursor_test.clj +++ b/test/monger/test/cursor_test.clj @@ -1,5 +1,3 @@ -(set! *warn-on-reflection* true) - (ns monger.test.cursor-test (:import [com.mongodb DBCursor DBObject Bytes] [java.util List Map])