forked from loafle/openapi-generator-original
Fix bug of hard-coded enum name in Java client
This commit is contained in:
parent
72255286b3
commit
2c64e0893b
@ -3,7 +3,7 @@ public enum {{datatypeWithEnum}} {
|
|||||||
|
|
||||||
private String value;
|
private String value;
|
||||||
|
|
||||||
StatusEnum(String value) {
|
{{datatypeWithEnum}}(String value) {
|
||||||
this.value = value;
|
this.value = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user