Skip to content

Commit c45f1ed

Browse files
authored
Merge pull request #1069 from k163377/fix/dep
Update deprecation message
2 parents 54d1b9f + 5d939cc commit c45f1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/tools/jackson/module/kotlin/KotlinFeature.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ enum class KotlinFeature(internal val enabledByDefault: Boolean) {
8686
*/
8787
@Deprecated(
8888
level = DeprecationLevel.WARNING,
89-
message = "This option will be merged into StrictNullChecks in 2.23.",
89+
message = "This option will be merged into StrictNullChecks in 3.2.",
9090
replaceWith = ReplaceWith("StrictNullChecks")
9191
)
9292
NewStrictNullChecks(enabledByDefault = false);

0 commit comments

Comments
 (0)