File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/fasterxml/jackson/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2122,7 +2122,7 @@ public boolean getValueAsBoolean(boolean def) throws IOException {
2122
2122
* JSON Strings map naturally; scalar values get converted to
2123
2123
* their textual representation.
2124
2124
* 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
2126
2126
* <b>null</b> will be returned; no exceptions are thrown.
2127
2127
*
2128
2128
* @return {@link String} value current token is converted to, if possible; {@code null} otherwise
@@ -2142,7 +2142,7 @@ public String getValueAsString() throws IOException {
2142
2142
* JSON Strings map naturally; scalar values get converted to
2143
2143
* their textual representation.
2144
2144
* 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
2146
2146
* will be returned; no exceptions are thrown.
2147
2147
*
2148
2148
* @param def Default value to return if conversion to {@code String} is not possible
You can’t perform that action at this time.
0 commit comments