Skip to content

Commit b3d8ebc

Browse files
fanqiewanziMarcel Jacek
authored andcommitted
[Java] regenerate samples to fix pipeline error
1 parent 4383c0b commit b3d8ebc

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

samples/client/petstore/java/okhttp-gson/.openapi-generator/FILES

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,5 +269,3 @@ src/main/java/org/openapitools/client/model/Value.java
269269
src/main/java/org/openapitools/client/model/Variable.java
270270
src/main/java/org/openapitools/client/model/Whale.java
271271
src/main/java/org/openapitools/client/model/Zebra.java
272-
src/test/java/org/openapitools/client/model/NullableEnumTest.java
273-
src/test/java/org/openapitools/client/model/RequiredNullableBodyTest.java

samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/RequiredNullableBody.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
/**
5858
* RequiredNullableBody
5959
*/
60-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.6.0-SNAPSHOT")
60+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.7.0-SNAPSHOT")
6161
public class RequiredNullableBody {
6262
public static final String SERIALIZED_NAME_INTEGER_PROP = "integer_prop";
6363
@SerializedName(SERIALIZED_NAME_INTEGER_PROP)

0 commit comments

Comments
 (0)