mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
notnull
GitOrigin-RevId: 4620f6f17c1a377d5a3e13ebe667146ee70f0d83
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c677fee01e
commit
f0ec94ff59
+1
-1
@@ -177,7 +177,7 @@ public final class RawUseOfParameterizedTypeInspection extends BaseInspection {
|
||||
}
|
||||
|
||||
@Override
|
||||
public BaseInspectionVisitor buildVisitor() {
|
||||
public @NotNull BaseInspectionVisitor buildVisitor() {
|
||||
return new RawUseOfParameterizedTypeVisitor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user