Skip to content

Commit

Permalink
Fix SerializedName in modules/openapi-generator/src/main/resources/Ja…
Browse files Browse the repository at this point in the history
…vaSpring/pojo.mustache
  • Loading branch information
carnevalegiacomo committed Jan 7, 2022
1 parent 77e0e4b commit 5813fb1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public class {{classname}} {{#parent}}extends {{{.}}}{{/parent}}{{^parent}}{{#ha
{{/jackson}}
{{#gson}}
@SerializedName("{{baseName}}")
@SerializedName("{{baseName}}")
{{/gson}}
{{#isContainer}}
{{#useBeanValidation}}@Valid{{/useBeanValidation}}
Expand Down

0 comments on commit 5813fb1

Please sign in to comment.