We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2834a0 commit d8857c1Copy full SHA for d8857c1
src/main/java/com/fasterxml/jackson/databind/type/TypeParser.java
@@ -129,8 +129,8 @@ private static String _quoteTruncated(String str) {
129
return String.format("'%s...'[truncated %d charaters]",
130
str.substring(0, 1000), str.length() - 1000);
131
}
132
-
133
- final static class MyTokenizer extends StringTokenizer
+
+ final protected static class MyTokenizer extends StringTokenizer
134
{
135
protected final String _input;
136
0 commit comments