Remove resolved TODO

This has been done for (almost) all span types.

PiperOrigin-RevId: 405588294
This commit is contained in:
andrewlewis 2021-10-26 09:20:21 +01:00 committed by Oliver Woodman
parent 23b46d2e0c
commit 241409a888

View File

@ -52,7 +52,6 @@ import org.checkerframework.checker.nullness.compatqual.NullableType;
import org.checkerframework.checker.nullness.qual.RequiresNonNull;
/** A Truth {@link Subject} for assertions on {@link Spanned} instances containing text styling. */
// TODO: add support for more Spans i.e. all those used in androidx.media3.common.text.
public final class SpannedSubject extends Subject {
@Nullable private final Spanned actual;