Commit 241409a8 by andrewlewis Committed by Oliver Woodman

Remove resolved TODO

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

PiperOrigin-RevId: 405588294
parent 23b46d2e
...@@ -52,7 +52,6 @@ import org.checkerframework.checker.nullness.compatqual.NullableType; ...@@ -52,7 +52,6 @@ import org.checkerframework.checker.nullness.compatqual.NullableType;
import org.checkerframework.checker.nullness.qual.RequiresNonNull; import org.checkerframework.checker.nullness.qual.RequiresNonNull;
/** A Truth {@link Subject} for assertions on {@link Spanned} instances containing text styling. */ /** 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 { public final class SpannedSubject extends Subject {
@Nullable private final Spanned actual; @Nullable private final Spanned actual;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment