mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
make all indices psi dependent by default (make more indices psi-dependent IDEA-CR-47345)
GitOrigin-RevId: f33f2d0baa76a393993ebd22e3bfb850626dea5e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dfe03c84b6
commit
405ca8e802
+1
-1
@@ -20,7 +20,7 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
public class JavaFxCustomComponentsIndex extends FileBasedIndexExtension<String, Set<String>> implements DocumentChangeDependentIndex {
|
||||
public class JavaFxCustomComponentsIndex extends FileBasedIndexExtension<String, Set<String>> {
|
||||
|
||||
@NonNls public static final ID<String, Set<String>> KEY = ID.create("javafx.custom.component");
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ import java.util.Collections;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
public class XsltSymbolIndex extends FileBasedIndexExtension<String, XsltSymbolIndex.Kind> implements DocumentChangeDependentIndex {
|
||||
public class XsltSymbolIndex extends FileBasedIndexExtension<String, XsltSymbolIndex.Kind> {
|
||||
@NonNls
|
||||
public static final ID<String, Kind> NAME = ID.create("XsltSymbolIndex");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user