Skip to content

Commit ee239bf

Browse files
committed
[Java] regenerate samples to fix pipeline error
1 parent 7d60098 commit ee239bf

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
@@ -257,5 +257,3 @@ src/main/java/org/openapitools/client/model/Value.java
257257
src/main/java/org/openapitools/client/model/Variable.java
258258
src/main/java/org/openapitools/client/model/Whale.java
259259
src/main/java/org/openapitools/client/model/Zebra.java
260-
src/test/java/org/openapitools/client/model/NullableEnumTest.java
261-
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)