fix: Template contains unconditional ": Serializable" which creates wrong derive clause on data classes which have a parent as well as are serializable. (#19283)

This commit is contained in:
Dieter Eickstaedt
2024-08-01 15:18:46 +02:00
committed by GitHub
parent 7f551bb9a0
commit 484b87f22a
92 changed files with 92 additions and 92 deletions

View File

@@ -42,7 +42,7 @@ data class Apa(
@Schema(example = "null", description = "")
@get:JsonProperty("gepa") val gepa: java.math.BigDecimal? = null
) {
) {
}