Skip to content

Commit 5e40004

Browse files
committed
Tweak working of MapperFeature.SORT_CREATOR_PROPERTIES_BY_DECLARATION_ORDER
1 parent 834e1a8 commit 5e40004

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/fasterxml/jackson/databind/MapperFeature.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,10 @@ public enum MapperFeature implements ConfigFeature
428428
* NOTE: if {@link #SORT_CREATOR_PROPERTIES_FIRST} is disabled, this feature
429429
* has no effect.
430430
*<p>
431-
* Feature is disabled by default (for backwards compatibility)
431+
* Feature is disabled by default (for backwards compatibility) in 2.x
432432
*<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>
435435
*
436436
* @since 2.18
437437
*/

0 commit comments

Comments
 (0)