mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
notnull, cleanup, performance
This commit is contained in:
@@ -37,7 +37,7 @@ public abstract class RestInspection extends LocalInspectionTool implements Cust
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isSuppressedFor(PsiElement element) {
|
||||
public boolean isSuppressedFor(@NotNull PsiElement element) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user