mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
minor, make method private
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ public class WrapperTypeMayBePrimitiveInspection extends AbstractBaseJavaLocalIn
|
||||
ourReplacementMap.put(CommonClassNames.JAVA_LANG_BYTE, "parseByte");
|
||||
}
|
||||
|
||||
static CallMatcher getValueOfMatcher() {
|
||||
private static CallMatcher getValueOfMatcher() {
|
||||
CallMatcher[] matchers = JvmPrimitiveTypeKind.getBoxedFqns()
|
||||
.stream()
|
||||
.filter(fqn -> !fqn.equals(CommonClassNames.JAVA_LANG_CHARACTER))
|
||||
|
||||
Reference in New Issue
Block a user