Skip to content

Commit

Permalink
Fixed double builder method in but method. Fixed lack of import in sr…
Browse files Browse the repository at this point in the history
…cClass.
  • Loading branch information
Jakub Goszczurny committed Feb 11, 2018
1 parent 5ac2632 commit e7502e6
Show file tree
Hide file tree
Showing 3 changed files with 369 additions and 354 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public void setCreateToBuilder(Boolean createToBuilder) {
}

public Boolean getUseSingleField() {
return getValueOrFalse(createToBuilder);
return getValueOrFalse(useSingleField);
}

public void setUseSingleField(Boolean useSingleField) {
Expand Down
Loading

0 comments on commit e7502e6

Please sign in to comment.