Skip to content

Commit

Permalink
Merge pull request #202 from evedaktyl/master
Browse files Browse the repository at this point in the history
Assert statement
  • Loading branch information
evedaktyl authored Apr 15, 2024
2 parents 9cb50aa + e22311d commit 235a4a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class StarWithinBoundsPredicate implements Predicate<Student> {
* @param value
*/
public StarWithinBoundsPredicate(String operator, Integer value) {
assert(value > -1);
this.operator = operator;
this.value = value;
}
Expand Down

0 comments on commit 235a4a0

Please sign in to comment.