mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
WI-38402 prebuilt indices
This commit is contained in:
@@ -26,7 +26,7 @@ open class IdIndexGenerator(private val idIndexStorageFilePath: String) : IndexG
|
||||
HashCodeDescriptor.instance, IdIndexMapDataExternalizer())
|
||||
}
|
||||
|
||||
fun buildIdIndexForRoots(rootFiles: ArrayList<VirtualFile>) {
|
||||
fun buildIdIndexForRoots(rootFiles: List<VirtualFile>) {
|
||||
buildIndexForRoots(rootFiles)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user