Skip to content

Commit 1296faf

Browse files
committed
Removed suppression that was no longer needed
1 parent 93948b0 commit 1296faf

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/main/kotlin/io/github/projectmapk/jackson/module/kogera/KotlinModule.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public class KotlinModule private constructor(
9393
}
9494

9595
public companion object {
96-
@Suppress("ConstPropertyName")
9796
private const val serialVersionUID = 3L
9897
}
9998

src/main/kotlin/io/github/projectmapk/jackson/module/kogera/ReflectionCache.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import java.util.Optional
1010
internal class ReflectionCache(initialCacheSize: Int, maxCacheSize: Int) : Serializable {
1111
companion object {
1212
// Increment is required when properties that use LRUMap are changed.
13-
@Suppress("ConstPropertyName")
1413
private const val serialVersionUID = 4L
1514
}
1615

src/main/kotlin/io/github/projectmapk/jackson/module/kogera/deser/singletonSupport/KotlinBeanDeserializerModifier.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ internal class KotlinBeanDeserializerModifier(
1515
Serializable {
1616
companion object {
1717
// Increment is required when properties that use LRUMap are changed.
18-
@Suppress("ConstPropertyName")
1918
private const val serialVersionUID = 1L
2019
}
2120

0 commit comments

Comments
 (0)