mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix typo in MediaController javadoc
PiperOrigin-RevId: 479268879
This commit is contained in:
parent
5bff862374
commit
0beccb6e14
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.
|
* <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
|
* 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}
|
* <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
|
* (i.e. session token type is {@link SessionToken#TYPE_SESSION_SERVICE} or {@link
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue