Skip to content

Commit

Permalink
[Java] regenerate samples to fix pipeline error
Browse files Browse the repository at this point in the history
  • Loading branch information
fanqiewanzi committed May 20, 2024
1 parent fc752a9 commit 6375bc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,3 @@ src/main/java/org/openapitools/client/model/Value.java
src/main/java/org/openapitools/client/model/Variable.java
src/main/java/org/openapitools/client/model/Whale.java
src/main/java/org/openapitools/client/model/Zebra.java
src/test/java/org/openapitools/client/model/NullableEnumTest.java
src/test/java/org/openapitools/client/model/RequiredNullableBodyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
/**
* RequiredNullableBody
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.6.0-SNAPSHOT")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.7.0-SNAPSHOT")
public class RequiredNullableBody {
public static final String SERIALIZED_NAME_INTEGER_PROP = "integer_prop";
@SerializedName(SERIALIZED_NAME_INTEGER_PROP)
Expand Down

0 comments on commit 6375bc9

Please sign in to comment.