mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +00:00
Update package name
PiperOrigin-RevId: 405394994
This commit is contained in:
parent
647d69b950
commit
4a8f2fc787
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ 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 com.google.android.exoplayer2.text.
|
||||
// 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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue