Raynes / fs

File system utilities for Clojure.
453 stars 119 forks source link

Method java.io.File toUrl is deprecated #74

Closed jafingerhut closed 10 years ago

jafingerhut commented 10 years ago

https://github.com/Raynes/fs/blob/master/src/me/raynes/fs.clj#L156

Java 7 docs suggest instead using toURI, then URI.toURL

jafingerhut commented 10 years ago

fixed by Nicola Mometto with #75 or #76