We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e033a43 commit 9480356Copy full SHA for 9480356
1 file changed
backend/src/main/kotlin/dev/dres/run/validation/interfaces/JudgementValidator.kt
@@ -33,7 +33,7 @@ interface JudgementValidator {
33
34
/** The priority of this [JudgementValidator], higher priorities are represent by a higher number and consumers are expected to respect this */
35
val priority: Int
36
-
+ get() = 0
37
/**
38
* Retrieves and returns the next element that requires a verdict from this [JudgementValidator]'s internal queue.
39
*
0 commit comments