Fix typo in MediaController javadoc

PiperOrigin-RevId: 479268879
(cherry picked from commit 0beccb6e14)
This commit is contained in:
aquilescanta 2022-10-06 10:21:12 +00:00 committed by microkatz
parent 243c29a8ad
commit 506653bbcc

View file

@ -89,7 +89,7 @@ import org.checkerframework.checker.initialization.qual.UnderInitialization;
*
* <p>When a controller is created with the {@link SessionToken} for a {@link MediaSession} (i.e.
* session token type is {@link SessionToken#TYPE_SESSION}), the controller will connect to the
* specific session.F
* specific session.
*
* <p>When a controller is created with the {@link SessionToken} for a {@link MediaSessionService}
* (i.e. session token type is {@link SessionToken#TYPE_SESSION_SERVICE} or {@link