mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
cleanup
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ public class VisibilityInspection extends GlobalJavaBatchInspectionTool {
|
||||
public boolean SUGGEST_PACKAGE_LOCAL_FOR_MEMBERS = true;
|
||||
public boolean SUGGEST_PACKAGE_LOCAL_FOR_TOP_CLASSES = true;
|
||||
public boolean SUGGEST_PRIVATE_FOR_INNERS;
|
||||
private Map<String, Boolean> myExtensions = new TreeMap<>();
|
||||
private final Map<String, Boolean> myExtensions = new TreeMap<>();
|
||||
private static final String DISPLAY_NAME = InspectionsBundle.message("inspection.visibility.display.name");
|
||||
@NonNls public static final String SHORT_NAME = "WeakerAccess";
|
||||
private static final String CAN_BE_PRIVATE = InspectionsBundle.message("inspection.visibility.compose.suggestion", VisibilityUtil.toPresentableText(PsiModifier.PRIVATE));
|
||||
|
||||
Reference in New Issue
Block a user