Revert access modifier change in android history

This commit is contained in:
Ivan Gavrilovic
2018-06-06 10:10:07 +01:00
committed by Alexey Tsvetkov
parent 728508e0ae
commit 44482dbe90
@@ -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>()