We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277a562 commit e0269b1Copy full SHA for e0269b1
1 file changed
src/main/kotlin/com/fasterxml/jackson/module/kotlin/KotlinModule.kt
@@ -76,7 +76,6 @@ class KotlinModule private constructor(
76
builder.isEnabled(NullToEmptyMap),
77
builder.isEnabled(NullIsSameAsDefault),
78
builder.isEnabled(SingletonSupport),
79
- @Suppress("DEPRECATION_ERROR")
80
builder.isEnabled(StrictNullChecks),
81
builder.isEnabled(KotlinPropertyNameAsImplicitName),
82
builder.isEnabled(UseJavaDurationConversion),
0 commit comments