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.
2 parents 277a562 + e0269b1 commit bd1d864Copy full SHA for bd1d864
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