You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For java.lang.Appendableappend(CharSequence) and append(CharSequence, int, int) require that null is treated as "null".
However, AttributedStringBuilder currently throws a NullPointerException for null arguments.
The text was updated successfully, but these errors were encountered:
For
java.lang.Appendable
append(CharSequence)
andappend(CharSequence, int, int)
require thatnull
is treated as"null"
.However, AttributedStringBuilder currently throws a NullPointerException for
null
arguments.The text was updated successfully, but these errors were encountered: