Skip to content

Commit

Permalink
Remove derepcated for no-args constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
dds101010 committed Nov 8, 2024
1 parent d849682 commit 6956aec
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 6956aec

Please sign in to comment.