minor, make method private

This commit is contained in:
Roman.Ivanov
2018-05-30 11:01:20 +07:00
parent 8a0423af9c
commit a9343d976c
@@ -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))