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 4d7569d + 6988c0e commit 9101f56Copy full SHA for 9101f56
src/main/kotlin/tools/jackson/module/kotlin/KotlinModule.kt
@@ -67,7 +67,6 @@ class KotlinModule private constructor(
67
builder.isEnabled(NullToEmptyMap),
68
builder.isEnabled(NullIsSameAsDefault),
69
builder.isEnabled(SingletonSupport),
70
- @Suppress("DEPRECATION_ERROR")
71
builder.isEnabled(StrictNullChecks),
72
builder.isEnabled(KotlinPropertyNameAsImplicitName),
73
builder.isEnabled(UseJavaDurationConversion),
0 commit comments