Minor change in ForwardingPlayer javadoc

#minor-release

PiperOrigin-RevId: 512897269
(cherry picked from commit 42fae152d0ad381c8bbb0858f596770529f11f40)
This commit is contained in:
christosts 2023-02-28 12:46:21 +00:00 committed by tonihei
parent ee4ac61640
commit 7d6a359a85

View File

@ -28,7 +28,7 @@ import androidx.media3.common.util.UnstableApi;
import java.util.List; import java.util.List;
/** /**
* A {@link Player} that forwards operations to another {@link Player}. Applications can use this * A {@link Player} that forwards method calls to another {@link Player}. Applications can use this
* class to suppress or modify specific operations, by overriding the respective methods. * class to suppress or modify specific operations, by overriding the respective methods.
*/ */
@UnstableApi @UnstableApi