Update core/src/main/java/se/su/dsv/scipro/report/AbstractGradingCriterion.java

Added missing 'add' in the java doc for the flags.
This commit is contained in:
Nico Athanassiadis 2024-10-29 09:29:52 +01:00
parent 1f112b68d1
commit 78c31eff50

@ -11,13 +11,13 @@ public abstract class AbstractGradingCriterion extends AbstractCriterion {
public enum Flag { public enum Flag {
/** /**
* Criterion marked with this flag will extra functionality related * Criterion marked with this flag will add extra functionality related
* to the authors submitted reflection. It should only be used on * to the authors submitted reflection. It should only be used on
* individual criteria. * individual criteria.
*/ */
REFLECTION, REFLECTION,
/** /**
* Criterion marked with this flag will extra functionality related * Criterion marked with this flag will add extra functionality related
* to the authors performed opposition. For example, it will have its * to the authors performed opposition. For example, it will have its
* points and feedback filled in when the seminar supervisor assesses * points and feedback filled in when the seminar supervisor assesses
* their opposition and submitted report. It should only be used on * their opposition and submitted report. It should only be used on