Fix toString content
This commit is contained in:
parent
68736b5d58
commit
d70e3d5d41
1 changed files with 1 additions and 1 deletions
|
|
@ -37,6 +37,6 @@ class StableCharSequence(initialText: CharSequence = "") {
|
||||||
fun needsDisplaying(): Boolean = needsDisplaying
|
fun needsDisplaying(): Boolean = needsDisplaying
|
||||||
|
|
||||||
override fun toString(): String {
|
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