Skip to content

Commit

Permalink
resteasy: fix outer enum case (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini authored and wing328 committed May 24, 2018
1 parent 4bc5ffe commit 072ce07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
public enum {{classname}} {
{{#allowableValues}}{{.}}{{^-last}}, {{/-last}}{{/allowableValues}}
{{#allowableValues}}{{#enumVars}}{{{name}}}{{^-last}}, {{/-last}}{{/enumVars}}{{/allowableValues}}
}

0 comments on commit 072ce07

Please sign in to comment.