refactor(entry): variable name change
This commit is contained in:
parent
7dffb54579
commit
c954901198
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ package xyz.atnrch.wrench.watcher
|
|||
import java.io.File
|
||||
import java.nio.file.Path
|
||||
|
||||
data class WatcherEntry(val file: File, val map: ArrayList<Path>)
|
||||
data class WatcherEntry(val file: File, val outputs: ArrayList<Path>)
|
||||
|
|
Reference in a new issue