Skip to content

Commit 9480356

Browse files
committed
Cleanup #480: Explicitely added default priority also in interface
1 parent e033a43 commit 9480356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/main/kotlin/dev/dres/run/validation/interfaces/JudgementValidator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ interface JudgementValidator {
3333

3434
/** The priority of this [JudgementValidator], higher priorities are represent by a higher number and consumers are expected to respect this */
3535
val priority: Int
36-
36+
get() = 0
3737
/**
3838
* Retrieves and returns the next element that requires a verdict from this [JudgementValidator]'s internal queue.
3939
*

0 commit comments

Comments
 (0)