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.
1 parent 4592418 commit 986e7a6Copy full SHA for 986e7a6
src/main/kotlin/com/fasterxml/jackson/module/kotlin/ReflectionCache.kt
@@ -66,7 +66,6 @@ internal class ReflectionCache(reflectionCacheSize: Int) {
66
javaConstructorToValueCreator.get(constructor)
67
?: kotlinFromJava(constructor)?.let {
68
val value = ConstructorValueCreator(it)
69
-
70
javaConstructorToValueCreator.putIfAbsent(constructor, value) ?: value
71
}
72
0 commit comments