mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
resteasy: fix outer enum case (#139)
This commit is contained in:
parent
4bc5ffe867
commit
072ce070b2
@ -1,3 +1,3 @@
|
||||
public enum {{classname}} {
|
||||
{{#allowableValues}}{{.}}{{^-last}}, {{/-last}}{{/allowableValues}}
|
||||
{{#allowableValues}}{{#enumVars}}{{{name}}}{{^-last}}, {{/-last}}{{/enumVars}}{{/allowableValues}}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user