Skip to content

Commit d75498c

Browse files
committed
Add comment
1 parent 3212e7c commit d75498c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import kotlin.reflect.jvm.kotlinFunction
1414

1515
internal class ReflectionCache(reflectionCacheSize: Int) : Serializable {
1616
companion object {
17+
// Increment is required when properties that use LRUMap are changed.
1718
private const val serialVersionUID = 1L
1819
}
1920

0 commit comments

Comments
 (0)