mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
Fix the "Inner class may be 'static'" warning
GitOrigin-RevId: 2d7ea3be999e8750673731dab810af16f765c18f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
eefebf209e
commit
b46f106dce
@@ -116,7 +116,7 @@ public final class PyShadowingBuiltinsInspection extends PyInspection {
|
||||
}
|
||||
}
|
||||
|
||||
private class Visitor extends PyInspectionVisitor {
|
||||
private static class Visitor extends PyInspectionVisitor {
|
||||
private final Set<String> myIgnoredNames;
|
||||
|
||||
Visitor(@Nullable ProblemsHolder holder, @NotNull TypeEvalContext context, @NotNull Collection<String> ignoredNames) {
|
||||
|
||||
Reference in New Issue
Block a user