mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed initial default
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ import javax.swing.*;
|
||||
public class AnonymousCanBeMethodReferenceInspection extends BaseJavaBatchLocalInspectionTool {
|
||||
public static final Logger LOG = Logger.getInstance("#" + AnonymousCanBeMethodReferenceInspection.class.getName());
|
||||
|
||||
public boolean reportNotAnnotatedInterfaces = false;
|
||||
public boolean reportNotAnnotatedInterfaces = true;
|
||||
|
||||
@Nls
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user