mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
add @NotNull
This commit is contained in:
+1
-1
@@ -669,7 +669,7 @@ public class InspectionProfileImpl extends NewInspectionProfile {
|
||||
schemeState = SchemeState.POSSIBLY_CHANGED;
|
||||
}
|
||||
|
||||
public void enableTools(@NotNull List<String> inspectionTools, NamedScope namedScope, Project project) {
|
||||
public void enableTools(@NotNull List<String> inspectionTools, @NotNull NamedScope namedScope, Project project) {
|
||||
for (String inspectionTool : inspectionTools) {
|
||||
enableTool(inspectionTool, namedScope, project);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user