Skip to content

Commit 9101f56

Browse files
authored
Merge pull request #1076 from FasterXML/3.0
3.0
2 parents 4d7569d + 6988c0e commit 9101f56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/tools/jackson/module/kotlin/KotlinModule.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ class KotlinModule private constructor(
6767
builder.isEnabled(NullToEmptyMap),
6868
builder.isEnabled(NullIsSameAsDefault),
6969
builder.isEnabled(SingletonSupport),
70-
@Suppress("DEPRECATION_ERROR")
7170
builder.isEnabled(StrictNullChecks),
7271
builder.isEnabled(KotlinPropertyNameAsImplicitName),
7372
builder.isEnabled(UseJavaDurationConversion),

0 commit comments

Comments
 (0)