File tree 1 file changed +5
-5
lines changed
cbor/src/main/java/com/fasterxml/jackson/dataformat/cbor
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ public enum Feature implements FormatFeature
48
48
DECODE_USING_STANDARD_NEGATIVE_BIGINT_ENCODING (false ),
49
49
50
50
/**
51
- * Feature that determines how an ` undefined ` value (0xF7) is decoded.
51
+ * Feature that determines how an {@code undefined} value ({@code 0xF7} ) is decoded.
52
52
* <p>
53
53
* When enabled, the parser returns {@link JsonToken#VALUE_EMBEDDED_OBJECT} with a
54
- * value of {@code null}, allowing the caller to distinguish ` undefined` from actual
54
+ * value of {@code null}, allowing the caller to distinguish {@code undefined} from actual
55
55
* {@link JsonToken#VALUE_NULL}.
56
- *<p>
57
- * When disabled (default, for backwards compatibility), `undefined` value is
58
- * reported as {@link JsonToken#VALUE_NULL}, maintaining legacy behavior from Jackson 2.10 to 2.19.
56
+ * When disabled (default, for backwards compatibility), {@code undefined} value is
57
+ * reported as {@link JsonToken#VALUE_NULL}, maintaining legacy behavior
58
+ * in use up to Jackson 2.19.
59
59
*
60
60
* @since 2.20
61
61
*/
You can’t perform that action at this time.
0 commit comments