mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 19:33:55 +00:00
Fix hard-coded constructor name of enum class
in Java okhttp-gson client
This commit is contained in:
parent
0380fc5a35
commit
e5a4ef3ba0
@ -6,7 +6,7 @@ public enum {{datatypeWithEnum}} {
|
||||
|
||||
private String value;
|
||||
|
||||
StatusEnum(String value) {
|
||||
{{datatypeWithEnum}}(String value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user