Skip to content

Commit 4592418

Browse files
k163377dinomite
andauthored
Update src/main/kotlin/com/fasterxml/jackson/module/kotlin/ReflectionCache.kt
Co-authored-by: Drew Stephens <drew@dinomite.net>
1 parent 3ffe0a0 commit 4592418

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ internal class ReflectionCache(reflectionCacheSize: Int) {
7676
javaMethodToValueCreator.get(method)
7777
?: kotlinFromJava(method)?.let {
7878
val value = MethodValueCreator.of(it)
79-
8079
javaMethodToValueCreator.putIfAbsent(method, value) ?: value
8180
}
8281
}

0 commit comments

Comments
 (0)