Skip to content

Commit bcc071e

Browse files
committed
Merge branch '2.x' into 3.x
2 parents 2580ba4 + 7db7e41 commit bcc071e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jr-objects/src/main/java/tools/jackson/jr/ob/api/ValueReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected ValueReader(Class<?> valueType) {
3636
* Default implementation simply calls `p.nextToken()` first, then calls
3737
* {#link {@link #read(JSONReader, JsonParser)}, but some implementations
3838
* may decide to implement this differently to use (slightly) more efficient
39-
* accessor in {@link JsonParser}, like {@link JsonParser#nextIntValue(int)}.
39+
* accessors in {@link JsonParser}, like {@link JsonParser#nextIntValue(int)}.
4040
*
4141
* @param reader Context object that allows calling other read methods for contained
4242
* values of different types (for example for collection readers).

0 commit comments

Comments
 (0)