Skip to content

Commit

Permalink
change to abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjenx committed Aug 1, 2024
1 parent 38c2ba7 commit 5af1f77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import yakcov.library.generated.resources.ruleRequired
import yakcov.library.generated.resources.ruleYear

@Stable
sealed class TextFieldValueRule {
abstract class TextFieldValueRule {
/**
* Validate the [value] and return an error message if the value is invalid,
* or null if the value is valid.
Expand Down

0 comments on commit 5af1f77

Please sign in to comment.