fix refactoring bug

master
jem 5 years ago
parent d3227b3f55
commit c1a20ef5c6

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

Loading…
Cancel
Save