Skip to content

Commit fb7e9fb

Browse files
committed
Change javadocs for 2.x wrt #5133
1 parent cd0284d commit fb7e9fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,7 @@ public enum DeserializationFeature implements ConfigFeature
330330
* by ensuring that only the properties relevant to the active view are considered during
331331
* deserialization, thereby preventing unintended data from being processed.
332332
*<p>
333-
* In Jackson 2.x, this feature is disabled by default to maintain backward compatibility.
334-
* In Jackson 3.x, this feature may be enabled by default.
333+
* This feature is disabled by default to maintain backward compatibility
335334
*
336335
* @since 2.17
337336
*/

0 commit comments

Comments
 (0)