Revert access modifier change in android history
This commit is contained in:
committed by
Alexey Tsvetkov
parent
728508e0ae
commit
44482dbe90
+1
-1
@@ -24,7 +24,7 @@ object EmptyModulesApiHistory : ModulesApiHistory {
|
||||
|
||||
open class ModulesApiHistoryJvm(protected val modulesInfo: IncrementalModuleInfo) : ModulesApiHistory {
|
||||
protected val projectRootPath: Path = Paths.get(modulesInfo.projectRoot.absolutePath)
|
||||
protected val dirToHistoryFileCache = HashMap<File, Set<File>>()
|
||||
private val dirToHistoryFileCache = HashMap<File, Set<File>>()
|
||||
|
||||
override fun historyFilesForChangedFiles(changedFiles: Set<File>): Either<Set<File>> {
|
||||
val result = HashSet<File>()
|
||||
|
||||
Reference in New Issue
Block a user