From de377f384943f7c0de29abc6b781d47fc54e9a93 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 9 May 2014 17:08:05 -0400 Subject: [PATCH] Don't set compiler reflection warnings here, it's done by Lein 2 now --- test/monger/test/atomic_modifiers_test.clj | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/monger/test/atomic_modifiers_test.clj b/test/monger/test/atomic_modifiers_test.clj index 392cc36..937c1b1 100644 --- a/test/monger/test/atomic_modifiers_test.clj +++ b/test/monger/test/atomic_modifiers_test.clj @@ -1,5 +1,3 @@ -(set! *warn-on-reflection* true) - (ns monger.test.atomic-modifiers-test (:import [com.mongodb WriteResult WriteConcern DBCursor DBObject] [org.bson.types ObjectId]