diff --git a/platform/analysis-impl/src/com/intellij/codeInspection/ex/InspectionProfileImpl.java b/platform/analysis-impl/src/com/intellij/codeInspection/ex/InspectionProfileImpl.java index aacde1b23b1f..44bca05c1a99 100644 --- a/platform/analysis-impl/src/com/intellij/codeInspection/ex/InspectionProfileImpl.java +++ b/platform/analysis-impl/src/com/intellij/codeInspection/ex/InspectionProfileImpl.java @@ -669,7 +669,7 @@ public class InspectionProfileImpl extends NewInspectionProfile { schemeState = SchemeState.POSSIBLY_CHANGED; } - public void enableTools(@NotNull List inspectionTools, NamedScope namedScope, Project project) { + public void enableTools(@NotNull List inspectionTools, @NotNull NamedScope namedScope, Project project) { for (String inspectionTool : inspectionTools) { enableTool(inspectionTool, namedScope, project); }