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

@@ -26,7 +26,7 @@ data class ApiError(
@field:Valid
@get:JsonProperty("reasonCode") val reasonCode: ReasonCode? = null
) {
) {
/**
*