Updated on 2026-08-14
This commit is contained in:
parent
1c8b3ff14b
commit
2d6ead6d92
4 changed files with 131 additions and 3 deletions
|
|
@ -74,7 +74,8 @@ sealed interface AccountName {
|
|||
|
||||
companion object {
|
||||
|
||||
private const val MAX_LENGTH = 20
|
||||
/** Maximum allowed length for an account name */
|
||||
const val MAX_LENGTH = 20
|
||||
|
||||
/**
|
||||
* Factory method to create an [AccountName] instance.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue