Skip to content

Commit fcf74cd

Browse files
committed
Fixed not to refer to deprecated property
1 parent 3081cae commit fcf74cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/fasterxml/jackson/module/kotlin/KotlinModule.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class KotlinModule @Deprecated(
130130
KotlinNamesAnnotationIntrospector(
131131
cache,
132132
ignoredClassesForImplyingJsonCreator,
133-
useKotlinPropertyNameForGetter)
133+
kotlinPropertyNameAsImplicitName)
134134
)
135135

136136
context.addDeserializers(KotlinDeserializers(cache, useJavaDurationConversion))

0 commit comments

Comments
 (0)