Skip to content

Commit

Permalink
More idiomatic reference to private var.
Browse files Browse the repository at this point in the history
  • Loading branch information
llasram committed Apr 6, 2012
1 parent 81a0f92 commit feabba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shady/gen_class.clj
Expand Up @@ -4,7 +4,7 @@ redefinition."
(:refer-clojure :exclude [gen-class]))

(def ^:private core-generate-class
(deref (ns-resolve (the-ns 'clojure.core) 'generate-class)))
(deref #'clojure.core/generate-class))

(defn- reload-class
[pqname bytecode]
Expand Down

0 comments on commit feabba4

Please sign in to comment.