Skip to content

Commit 950c14b

Browse files
authored
Update src/main/kotlin/com/fasterxml/jackson/module/kotlin/KotlinModule.kt
1 parent 782681c commit 950c14b

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
@@ -173,7 +173,6 @@ class KotlinModule @Deprecated(level = DeprecationLevel.WARNING, message = "Use
173173
message = "Deprecated, use isEnabled(NullToEmptyMap) instead.",
174174
replaceWith = ReplaceWith("isEnabled(NullToEmptyMap)")
175175
)
176-
177176
fun getNullToEmptyMap() = isEnabled(NullToEmptyMap)
178177

179178
@Deprecated(

0 commit comments

Comments
 (0)