From 6d17366bdd6fb3f296eff11d8c54619d0594d510 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Fri, 2 Sep 2011 04:08:39 +0400 Subject: [PATCH] Nuke some reflection warnings --- src/monger/convertion.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monger/convertion.clj b/src/monger/convertion.clj index d4371a8..d7388f5 100644 --- a/src/monger/convertion.clj +++ b/src/monger/convertion.clj @@ -95,7 +95,7 @@ ;; (if (empty? input) ;; [] ;; (lazy-seq (seq input)))) - ) + ) (defn- associate-pairs [pairs keywordize]