Skip to content

Commit

Permalink
Update xapi-model/src/main/java/dev/learning/xapi/model/validation/in…
Browse files Browse the repository at this point in the history
…ternal/validators/ScoreValidator.java
  • Loading branch information
thomasturrell authored Mar 30, 2023
1 parent 3e6d1bf commit d5b7216
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* The raw score must be greater or equal to min and less or equal to max.
*
* @author Thomas Turrell-Croft
* @author István Rátkai (Selindek)
*/
public class ScoreValidator implements ConstraintValidator<VaildScore, Score> {

Expand Down

0 comments on commit d5b7216

Please sign in to comment.