Skip to content

Commit

Permalink
Merge pull request #21 from juergenhoetzel/master
Browse files Browse the repository at this point in the history
Remove unnecessary JarEntry lookup (by name)
  • Loading branch information
Raynes committed Jun 21, 2013
2 parents 74d6483 + 6dbb276 commit 628dd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bultitude/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

(defn- ns-in-jar-entry [^JarFile jarfile ^JarEntry entry]
(with-open [rdr (-> jarfile
(.getInputStream (.getEntry jarfile (.getName entry)))
(.getInputStream entry)
InputStreamReader.
BufferedReader.
PushbackReader.)]
Expand Down

0 comments on commit 628dd0e

Please sign in to comment.