IJ-CR-7021 [codeInspection] Add missing @NotNull annotations

GitOrigin-RevId: 109e3db96284e0c75edd9b88c60f492012596780
This commit is contained in:
Louis Vignier
2021-03-24 11:54:03 +00:00
committed by intellij-monorepo-bot
parent 6386cf8b94
commit d54c9842a9
@@ -965,7 +965,7 @@ public class GlobalInspectionContextImpl extends GlobalInspectionContextEx {
}
}
private static void addRepeatWithTestsAction(@NotNull AnalysisScope scope, Notification notification, Runnable analysisRepeater) {
private static void addRepeatWithTestsAction(@NotNull AnalysisScope scope, @NotNull Notification notification, @NotNull Runnable analysisRepeater) {
notification.addAction(new NotificationAction(InspectionsBundle.message("inspection.no.problems.repeat.with.tests")) {
@Override
public void actionPerformed(@NotNull AnActionEvent e, @NotNull Notification notification) {