File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/fasterxml/jackson/databind Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -428,10 +428,10 @@ public enum MapperFeature implements ConfigFeature
428
428
* NOTE: if {@link #SORT_CREATOR_PROPERTIES_FIRST} is disabled, this feature
429
429
* has no effect.
430
430
*<p>
431
- * Feature is disabled by default (for backwards compatibility)
431
+ * Feature is disabled by default (for backwards compatibility) in 2.x
432
432
*<p>
433
- * <strong>WARNING : This feature will be removed in Jackson 3. Instead, the behavior when this
434
- * feature is enabled will be the default behavior .</strong>
433
+ * <strong>NOTE : This feature will be removed in Jackson 3: the default behavior
434
+ * will be same as if this feature was enabled .</strong>
435
435
*
436
436
* @since 2.18
437
437
*/
You can’t perform that action at this time.
0 commit comments