Skip to content

Commit 6eb2766

Browse files
committed
Merge branch '2.18'
2 parents 1b48645 + 21c7a03 commit 6eb2766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/tools/jackson/core/StreamReadConstraints.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public Builder maxNestingDepth(final int maxNestingDepth) {
142142
* The length is in input units of the input source, that is, in
143143
* {@code byte}s or {@code char}s.
144144
*
145-
* @param maxDocLen the maximum allowed document if positive number above 0; otherwise
145+
* @param maxDocLen the maximum allowed document length if positive number above 0; otherwise
146146
* ({@code 0} or negative number) means "unlimited".
147147
*
148148
* @return this builder

0 commit comments

Comments
 (0)