Skip to content

Commit daeee7a

Browse files
committed
fix a minor javadoc prob
1 parent 056bf5e commit daeee7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/core/JsonParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ public void setSchema(FormatSchema schema) {
507507
* Access mode is determined by earlier calls via {@link JsonFactory};
508508
* it may not be changed after construction.
509509
*<p>
510-
* If non-blocking decoding is u (returns <code>true</code), it is possible to call
510+
* If non-blocking decoding is u (@code true}, it is possible to call
511511
* {@link #getNonBlockingInputFeeder()} to obtain object to use
512512
* for feeding input; otherwise (<code>false</code> returned)
513513
* input is read by blocking

0 commit comments

Comments
 (0)