mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
DirectClassInheritorsSearch: a less confusing method name (IDEA-CR-56777)
GitOrigin-RevId: ab360df64309f55dd8cd07fc349369be82356da1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e5672a4631
commit
d6fc655ae8
@@ -73,7 +73,7 @@ public class DirectClassInheritorsSearch extends ExtensibleQueryFactory<PsiClass
|
||||
}
|
||||
|
||||
@ApiStatus.Experimental
|
||||
public boolean searchInLanguage(@NotNull Language language) {
|
||||
public boolean shouldSearchInLanguage(@NotNull Language language) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user