Skip to content

Commit 986e7a6

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 4592418 commit 986e7a6

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
@@ -66,7 +66,6 @@ internal class ReflectionCache(reflectionCacheSize: Int) {
6666
javaConstructorToValueCreator.get(constructor)
6767
?: kotlinFromJava(constructor)?.let {
6868
val value = ConstructorValueCreator(it)
69-
7069
javaConstructorToValueCreator.putIfAbsent(constructor, value) ?: value
7170
}
7271
}

0 commit comments

Comments
 (0)