mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
@Nullable
This commit is contained in:
@@ -138,7 +138,7 @@ public class PsiScopesUtil {
|
||||
}
|
||||
}
|
||||
|
||||
public static boolean resolveAndWalk(PsiScopeProcessor processor, PsiJavaCodeReferenceElement ref, PsiElement maxScope) {
|
||||
public static boolean resolveAndWalk(PsiScopeProcessor processor, PsiJavaCodeReferenceElement ref, @Nullable PsiElement maxScope) {
|
||||
return resolveAndWalk(processor, ref, maxScope, false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user