Skip to content

Commit

Permalink
remove warn-on-reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Jun 28, 2011
1 parent d27d710 commit 2549bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cheshire/custom.clj
Expand Up @@ -7,7 +7,7 @@
(org.codehaus.jackson JsonFactory JsonGenerator JsonParser
JsonParser$Feature)))

(set! *warn-on-reflection* true)
;;(set! *warn-on-reflection* true)

(def ^{:private true :tag JsonFactory} factory
(doto (JsonFactory.)
Expand Down

0 comments on commit 2549bd8

Please sign in to comment.