mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
getScope() -> getEffectiveScope()
This commit is contained in:
@@ -57,6 +57,11 @@ public class ReferencesSearch extends ExtensibleQueryFactory<PsiReference, Refer
|
||||
return myElementToSearch;
|
||||
}
|
||||
|
||||
/**
|
||||
* Use {@link #getEffectiveSearchScope} instead
|
||||
* @return
|
||||
*/
|
||||
@Deprecated()
|
||||
public SearchScope getScope() {
|
||||
return myScope;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user