Skip to content

Commit

Permalink
Cleanup #480: Explicitely added default priority also in interface
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterl committed Jul 15, 2024
1 parent e033a43 commit 9480356
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface JudgementValidator {

/** The priority of this [JudgementValidator], higher priorities are represent by a higher number and consumers are expected to respect this */
val priority: Int

get() = 0
/**
* Retrieves and returns the next element that requires a verdict from this [JudgementValidator]'s internal queue.
*
Expand Down

0 comments on commit 9480356

Please sign in to comment.