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 42d8afd commit 2db55a2Copy full SHA for 2db55a2
src/main/kotlin/io/github/projectmapk/jackson/module/kogera/KotlinModule.kt
@@ -125,7 +125,7 @@ public class KotlinModule private constructor(
125
public data class CacheSize(
126
val initialCacheSize: Int = Builder.DEFAULT_CACHE_SIZE,
127
val maxCacheSize: Int = Builder.DEFAULT_CACHE_SIZE
128
- ): Serializable {
+ ) : Serializable {
129
/**
130
* Set the same size for [initialCacheSize] and [maxCacheSize].
131
*/
0 commit comments