fix refactoring bug

master
jem 5 years ago
parent d3227b3f55
commit c1a20ef5c6

@ -71,7 +71,7 @@
(s/defn is-file? :- s/Bool
[resource :- Resource]
(= :java-path (:resource-type resource)))
(= :file (:resource-type resource)))
(s/defn path-from-cp ; :- JavaPath
[resource-path :- ShortPath]

Loading…
Cancel
Save