Skip to content

Commit

Permalink
Update autograder-core/src/main/java/de/firemage/autograder/core/Prob…
Browse files Browse the repository at this point in the history
…lemType.java
  • Loading branch information
Luro02 authored May 16, 2024
1 parent 3d5b86e commit 8be316a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ public enum ProblemType {
OPTIONAL_ARGUMENT,

/**
* Reports all uses of labels
* Reports all uses of labels.
* <br>
* For example `label: while (true) { ... }`
*/
AVOID_LABELS,

Expand Down

0 comments on commit 8be316a

Please sign in to comment.