Skip to content

Commit bd1d864

Browse files
authored
Merge pull request #1075 from k163377/fix-sup
Remove unnecessary suppression
2 parents 277a562 + e0269b1 commit bd1d864

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)