mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +00:00
Remove javadoc @link from non-javadoc comments
Also update type names to match the current names for these types.
PiperOrigin-RevId: 546884049
(cherry picked from commit eed0e42ff8)
This commit is contained in:
parent
bae387651b
commit
c1261aa266
1 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ public final class SessionCommand implements Bundleable {
|
|||
public static final int COMMAND_CODE_CUSTOM = 0;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Session commands (i.e. commands to {@link MediaSession#SessionCallback})
|
||||
// Session commands (i.e. commands to MediaSession.Callback)
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/** Command code for {@link MediaController#setRating(String, Rating)}. */
|
||||
|
|
@ -78,7 +78,7 @@ public final class SessionCommand implements Bundleable {
|
|||
ImmutableList.of(COMMAND_CODE_SESSION_SET_RATING);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Library commands (i.e. commands to {@link MediaLibrarySession#MediaLibrarySessionCallback})
|
||||
// Library commands (i.e. commands to MediaLibraryService.MediaLibrarySession.Callback)
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/** Command code for {@link MediaBrowser#getLibraryRoot(LibraryParams)}. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue