Skip to content

Commit

Permalink
[BUG] All criteria should be benefit by default (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
demid5111 committed May 6, 2022
1 parent bc558e7 commit 6954478
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class TTCriteriaModel {
private String criteriaID;
private String criteriaName;
private boolean qualitative;
private boolean isBenefit;
private boolean isBenefit = true;
private String units;

public String getCriteriaID() {
Expand Down

0 comments on commit 6954478

Please sign in to comment.