Skip to content

Commit 2e1b028

Browse files
committed
update samples
1 parent e263e6a commit 2e1b028

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/OuterObjectWithEnumProperty.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public OuterObjectWithEnumProperty value(OuterEnumInteger value) {
4848
* Get value
4949
* @return value
5050
**/
51+
@javax.annotation.Nonnull
5152
@ApiModelProperty(required = true, value = "")
5253
@JsonProperty(JSON_PROPERTY_VALUE)
5354
@JsonInclude(value = JsonInclude.Include.ALWAYS)

samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/OuterObjectWithEnumProperty.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public OuterObjectWithEnumProperty value(OuterEnumInteger value) {
4848
* Get value
4949
* @return value
5050
**/
51+
@javax.annotation.Nonnull
5152
@ApiModelProperty(required = true, value = "")
5253
@JsonProperty(JSON_PROPERTY_VALUE)
5354
@JsonInclude(value = JsonInclude.Include.ALWAYS)

0 commit comments

Comments
 (0)