Skip to content

Commit e0269b1

Browse files
committed
Remove unnecessary suppression
The deprecation removal for migration to StrictNullChecks was not reflected.
1 parent 277a562 commit e0269b1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/kotlin/com/fasterxml/jackson/module/kotlin/KotlinModule.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ class KotlinModule private constructor(
7676
builder.isEnabled(NullToEmptyMap),
7777
builder.isEnabled(NullIsSameAsDefault),
7878
builder.isEnabled(SingletonSupport),
79-
@Suppress("DEPRECATION_ERROR")
8079
builder.isEnabled(StrictNullChecks),
8180
builder.isEnabled(KotlinPropertyNameAsImplicitName),
8281
builder.isEnabled(UseJavaDurationConversion),

0 commit comments

Comments
 (0)