From b5b8b3828bfb26050292060acb475bb433c45e73 Mon Sep 17 00:00:00 2001 From: Artem Khvastunov Date: Thu, 19 Oct 2017 10:56:21 +0200 Subject: [PATCH] WI-38402 prebuilt indices --- .../index-tools/src/org/jetbrains/index/id/IdIndexGenerator.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/index-tools/src/org/jetbrains/index/id/IdIndexGenerator.kt b/tools/index-tools/src/org/jetbrains/index/id/IdIndexGenerator.kt index 8e91bd88c6b9..32082c82af3b 100644 --- a/tools/index-tools/src/org/jetbrains/index/id/IdIndexGenerator.kt +++ b/tools/index-tools/src/org/jetbrains/index/id/IdIndexGenerator.kt @@ -26,7 +26,7 @@ open class IdIndexGenerator(private val idIndexStorageFilePath: String) : IndexG HashCodeDescriptor.instance, IdIndexMapDataExternalizer()) } - fun buildIdIndexForRoots(rootFiles: ArrayList) { + fun buildIdIndexForRoots(rootFiles: List) { buildIndexForRoots(rootFiles) } }