mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
[java] API cleanup: remove unused deprecated API (IDEA-322162)
GitOrigin-RevId: 8b8a875126194efe99989d51127072dd8e503d6e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9385c980e0
commit
d67bdd5b72
@@ -71,15 +71,6 @@ public final class MethodReferencesSearch extends ExtensibleQueryFactory<PsiRefe
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @deprecated Same as {@link #getScopeDeterminedByUser()}. Searchers most likely need to use {@link #getEffectiveSearchScope()}.
|
||||
*/
|
||||
@Deprecated(forRemoval = true)
|
||||
@NotNull
|
||||
public SearchScope getScope() {
|
||||
return getScopeDeterminedByUser();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public SearchScope getEffectiveSearchScope () {
|
||||
SearchScope scope = myEffectiveScope;
|
||||
|
||||
Reference in New Issue
Block a user