Fix toString content
This commit is contained in:
parent
2cb2ecb243
commit
ef316032f8
1 changed files with 1 additions and 1 deletions
|
|
@ -37,6 +37,6 @@ class StableCharSequence(initialText: CharSequence = "") {
|
|||
fun needsDisplaying(): Boolean = needsDisplaying
|
||||
|
||||
override fun toString(): String {
|
||||
return "ImmutableCharSequence(value='$value', needsDisplaying=$needsDisplaying)"
|
||||
return "StableCharSequence(value='$value', needsDisplaying=$needsDisplaying)"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue