GitOrigin-RevId: 4620f6f17c1a377d5a3e13ebe667146ee70f0d83
This commit is contained in:
Alexey Kudravtsev
2025-09-17 17:44:23 +00:00
committed by intellij-monorepo-bot
parent c677fee01e
commit f0ec94ff59
630 changed files with 631 additions and 632 deletions
@@ -177,7 +177,7 @@ public final class RawUseOfParameterizedTypeInspection extends BaseInspection {
}
@Override
public BaseInspectionVisitor buildVisitor() {
public @NotNull BaseInspectionVisitor buildVisitor() {
return new RawUseOfParameterizedTypeVisitor();
}