Skip to content

Commit

Permalink
Assert statement
Browse files Browse the repository at this point in the history
  • Loading branch information
evedaktyl committed Apr 15, 2024
1 parent 6e8f2bc commit e22311d
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 e22311d

Please sign in to comment.