make all indices psi dependent by default (make more indices psi-dependent IDEA-CR-47345)

GitOrigin-RevId: f33f2d0baa76a393993ebd22e3bfb850626dea5e
This commit is contained in:
Dmitry Batkovich
2019-05-21 19:12:43 +03:00
committed by intellij-monorepo-bot
parent dfe03c84b6
commit 405ca8e802
2 changed files with 2 additions and 2 deletions
@@ -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");