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 {
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
You can’t perform that action at this time.
0 commit comments