mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix typo in MediaController javadoc
PiperOrigin-RevId: 479268879
(cherry picked from commit 0beccb6e14)
This commit is contained in:
parent
243c29a8ad
commit
506653bbcc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue