Skip to content

Commit

Permalink
Update enum.mustache (#5793)
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon authored Apr 11, 2020
1 parent e9d35c5 commit 07cb652
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class {{classname}} {
{{/enumVars}}
{{/allowableValues}}

static {{classname}} fromJson(String value) {
static {{classname}} fromJson({{dataType}} value) {
return new {{classname}}TypeTransformer().decode(value);
}
}
Expand Down

0 comments on commit 07cb652

Please sign in to comment.