fix refactoring bug
This commit is contained in:
parent
d3227b3f55
commit
c1a20ef5c6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue