mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
Minor warnings fixed
GitOrigin-RevId: 8e52edaa2770b151e52e754aca7095d97f7d80ec
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b804bc8bce
commit
b262b8affe
@@ -34,7 +34,7 @@ public final class JavaMethodNameIndex extends StringStubIndexExtension<PsiMetho
|
||||
return getMethods(methodName, project, scope);
|
||||
}
|
||||
|
||||
public Collection<PsiMethod> getMethods(@NotNull final String methodName, @NotNull final Project project, @NotNull final GlobalSearchScope scope) {
|
||||
public @NotNull Collection<PsiMethod> getMethods(@NotNull final String methodName, @NotNull final Project project, @NotNull final GlobalSearchScope scope) {
|
||||
return StubIndex.getElements(getKey(), methodName, project, new JavaSourceFilterScope(scope), PsiMethod.class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user