From 3150591b0a1c9680ec2a161fe8956e3eb0ec8940 Mon Sep 17 00:00:00 2001 From: olly Date: Fri, 18 Oct 2019 11:15:03 +0100 Subject: [PATCH] Minor CastPlayer Javadoc cleanup PiperOrigin-RevId: 275439892 --- .../com/google/android/exoplayer2/ext/cast/CastPlayer.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extensions/cast/src/main/java/com/google/android/exoplayer2/ext/cast/CastPlayer.java b/extensions/cast/src/main/java/com/google/android/exoplayer2/ext/cast/CastPlayer.java index 2180fe5ca7..4b82f5483e 100644 --- a/extensions/cast/src/main/java/com/google/android/exoplayer2/ext/cast/CastPlayer.java +++ b/extensions/cast/src/main/java/com/google/android/exoplayer2/ext/cast/CastPlayer.java @@ -57,9 +57,8 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull; * {@link Player} implementation that communicates with a Cast receiver app. * *

The behavior of this class depends on the underlying Cast session, which is obtained from the - * Cast context passed to {@link #@}. To keep track of the session, {@link - * #isCastSessionAvailable()} can be queried and {@link SessionAvailabilityListener} can be - * implemented and attached to the player. + * injected {@link CastContext}. To keep track of the session, {@link #isCastSessionAvailable()} can + * be queried and {@link SessionAvailabilityListener} can be implemented and attached to the player. * *

If no session is available, the player state will remain unchanged and calls to methods that * alter it will be ignored. Querying the player state is possible even when no session is