Minor: StubIndexServiceImpl -> IdeStubIndexService
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ import org.jetbrains.kotlin.util.UtilPackage;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class StubIndexServiceImpl extends StubIndexService {
|
||||
public class IdeStubIndexService extends StubIndexService {
|
||||
|
||||
@Override
|
||||
public void indexFile(KotlinFileStub stub, IndexSink sink) {
|
||||
@@ -151,7 +151,7 @@
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<applicationService serviceInterface="org.jetbrains.kotlin.psi.stubs.elements.StubIndexService"
|
||||
serviceImplementation="org.jetbrains.kotlin.idea.stubindex.StubIndexServiceImpl"/>
|
||||
serviceImplementation="org.jetbrains.kotlin.idea.stubindex.IdeStubIndexService"/>
|
||||
|
||||
<applicationService serviceInterface="org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache"
|
||||
serviceImplementation="org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache"/>
|
||||
|
||||
Reference in New Issue
Block a user