Skip to content

Commit

Permalink
Regenerate samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Jun 14, 2024
1 parent 072afe1 commit fcf0091
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ public Pet.Builder status(StatusEnum status) {
this.instance.status(status);
return this;
}
@Deprecated

/**
* returns a built Pet instance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ public Pet.Builder status(StatusEnum status) {
this.instance.status(status);
return this;
}
@Deprecated

/**
* returns a built Pet instance.
Expand Down

0 comments on commit fcf0091

Please sign in to comment.