Skip to content

Commit 0b23a87

Browse files
committed
regenrate samples
1 parent 093cdc3 commit 0b23a87

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • samples/client/others/java/webclient-sealedInterface/src/main/java/org/openapitools/client/model

samples/client/others/java/webclient-sealedInterface/src/main/java/org/openapitools/client/model/Animal.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
allowSetters = true // allows the to be set during deserialization
3636
)
3737
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "", visible = true)
38+
3839
public sealed interface Animal permits Dog, Cat {
3940
}
4041

0 commit comments

Comments
 (0)