Skip to content

Commit

Permalink
Merge pull request #955 from Backbase/fix/boat-spring-deprecated-no-a…
Browse files Browse the repository at this point in the history
…rgs-constructor

Remove derepcated for no-args constructor
  • Loading branch information
bartveenstra authored Nov 8, 2024
2 parents d849682 + 6956aec commit 7e217b6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions boat-scaffold/src/main/templates/boat-spring/pojo.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ public class {{classname}}{{#parent}} extends {{{parent}}}{{/parent}}{{^parent}}
{{#generatedConstructorWithRequiredArgs}}
{{#hasRequired}}

/**
* Default constructor
* @deprecated Use {@link {{classname}}#{{classname}}({{#requiredVars}}{{{datatypeWithEnum}}}{{^-last}}, {{/-last}}{{/requiredVars}})}
*/
@Deprecated
public {{classname}}() {
super();
}
Expand Down

0 comments on commit 7e217b6

Please sign in to comment.