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

@@ -21,7 +21,7 @@ data class MultipartMixedRequestMarker(
@Schema(example = "null", description = "")
@get:JsonProperty("name") val name: kotlin.String? = null
) {
) {
}