mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-06 15:40:54 +00:00
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;
|
||||
|
||||
StatusEnum(String value) {
|
||||
{{datatypeWithEnum}}(String value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user