mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
update samples
This commit is contained in:
parent
9f3a73f81a
commit
1850c07951
@ -45,7 +45,7 @@ public class Order {
|
|||||||
|
|
||||||
DELIVERED("delivered");
|
DELIVERED("delivered");
|
||||||
|
|
||||||
private String value;
|
private final String value;
|
||||||
|
|
||||||
StatusEnum(String value) {
|
StatusEnum(String value) {
|
||||||
this.value = value;
|
this.value = value;
|
||||||
|
@ -51,7 +51,7 @@ public class Pet {
|
|||||||
|
|
||||||
SOLD("sold");
|
SOLD("sold");
|
||||||
|
|
||||||
private String value;
|
private final String value;
|
||||||
|
|
||||||
StatusEnum(String value) {
|
StatusEnum(String value) {
|
||||||
this.value = value;
|
this.value = value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user