Skip to content

Commit

Permalink
Merge pull request #381 from jweisman/issue-260
Browse files Browse the repository at this point in the history
Remove duplicate "is" from Boolean getter
  • Loading branch information
HugoMario committed May 16, 2019
2 parents 211c0f0 + 8cab513 commit 2b08178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/handlebars/Java/pojo.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public class {{classname}} {{#parent}}extends {{{parent}}} {{/parent}}{{#parcela
{{#vendorExtensions.extraAnnotation}}
{{{vendorExtensions.extraAnnotation}}}
{{/vendorExtensions.extraAnnotation}}
public {{{datatypeWithEnum}}} {{#isBoolean}}is{{/isBoolean}}{{getter}}() {
public {{{datatypeWithEnum}}} {{getter}}() {
return {{name}};
}
{{^isReadOnly}}
Expand Down

0 comments on commit 2b08178

Please sign in to comment.