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 056bf5e commit daeee7aCopy full SHA for daeee7a
src/main/java/com/fasterxml/jackson/core/JsonParser.java
@@ -507,7 +507,7 @@ public void setSchema(FormatSchema schema) {
507
* Access mode is determined by earlier calls via {@link JsonFactory};
508
* it may not be changed after construction.
509
*<p>
510
- * If non-blocking decoding is u (returns <code>true</code), it is possible to call
+ * If non-blocking decoding is u (@code true}, it is possible to call
511
* {@link #getNonBlockingInputFeeder()} to obtain object to use
512
* for feeding input; otherwise (<code>false</code> returned)
513
* input is read by blocking
0 commit comments