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.
2 parents 2580ba4 + 7db7e41 commit bcc071eCopy full SHA for bcc071e
jr-objects/src/main/java/tools/jackson/jr/ob/api/ValueReader.java
@@ -36,7 +36,7 @@ protected ValueReader(Class<?> valueType) {
36
* Default implementation simply calls `p.nextToken()` first, then calls
37
* {#link {@link #read(JSONReader, JsonParser)}, but some implementations
38
* may decide to implement this differently to use (slightly) more efficient
39
- * accessor in {@link JsonParser}, like {@link JsonParser#nextIntValue(int)}.
+ * accessors in {@link JsonParser}, like {@link JsonParser#nextIntValue(int)}.
40
*
41
* @param reader Context object that allows calling other read methods for contained
42
* values of different types (for example for collection readers).
0 commit comments