Skip to content

Commit 542654c

Browse files
committed
trivial javadoc markup fix
1 parent c3b1039 commit 542654c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,7 @@ public boolean getValueAsBoolean(boolean def) throws IOException {
21222122
* JSON Strings map naturally; scalar values get converted to
21232123
* their textual representation.
21242124
* If representation can not be converted to a String value (including structured types
2125-
* like Objects and Arrays and null token), default value of
2125+
* like Objects and Arrays and {@code null} token), default value of
21262126
* <b>null</b> will be returned; no exceptions are thrown.
21272127
*
21282128
* @return {@link String} value current token is converted to, if possible; {@code null} otherwise
@@ -2142,7 +2142,7 @@ public String getValueAsString() throws IOException {
21422142
* JSON Strings map naturally; scalar values get converted to
21432143
* their textual representation.
21442144
* If representation can not be converted to a String value (including structured types
2145-
* like Objects and Arrays and null token), specified default value
2145+
* like Objects and Arrays and {@code null} token), specified default value
21462146
* will be returned; no exceptions are thrown.
21472147
*
21482148
* @param def Default value to return if conversion to {@code String} is not possible

0 commit comments

Comments
 (0)