Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update formatting in jaxrs-spec POJOs
  • Loading branch information
shybovycha authored and Artem Shubovych committed Feb 25, 2020
commit 4d8b7afb4e53a44f3b08d3db3817aaf5788f0467
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {{#seriali
}

{{#generateBuilders}}public {{classname}}({{#vars}}{{{datatypeWithEnum}}} {{name}}{{#hasMore}}, {{/hasMore}}{{/vars}}) {
{{#vars}}
this.{{name}} = {{name}};
{{/vars}}
{{#vars}}
this.{{name}} = {{name}};
{{/vars}}
}{{/generateBuilders}}

{{#vendorExtensions.x-extra-annotation}}{{{vendorExtensions.x-extra-annotation}}}{{/vendorExtensions.x-extra-annotation}}{{#useSwaggerAnnotations}}
Expand Down