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 3ffe0a0 commit 4592418Copy full SHA for 4592418
src/main/kotlin/com/fasterxml/jackson/module/kotlin/ReflectionCache.kt
@@ -76,7 +76,6 @@ internal class ReflectionCache(reflectionCacheSize: Int) {
76
javaMethodToValueCreator.get(method)
77
?: kotlinFromJava(method)?.let {
78
val value = MethodValueCreator.of(it)
79
-
80
javaMethodToValueCreator.putIfAbsent(method, value) ?: value
81
}
82
0 commit comments