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
|
||||
[resource :- Resource]
|
||||
(= :java-path (:resource-type resource)))
|
||||
(= :file (:resource-type resource)))
|
||||
|
||||
(s/defn path-from-cp ; :- JavaPath
|
||||
[resource-path :- ShortPath]
|
||||
|
|
Loading…
Reference in a new issue