Codebase list java-classpath-clojure / bbd9de1
Remove *warn-on-reflection* statement Stuart Sierra 12 years ago
1 changed file(s) with 0 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2020 (:import (java.io File)
2121 (java.util.jar JarFile JarEntry)
2222 (java.net URL URLClassLoader)))
23
24 (set! *warn-on-reflection* true)
2523
2624 (defn jar-file?
2725 "Returns true if file is a normal file with a .jar or .JAR extension."