mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove javadoc @link from non-javadoc comments
Also update type names to match the current names for these types. PiperOrigin-RevId: 546884049
This commit is contained in:
parent
6f4ef51727
commit
eed0e42ff8
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;
|
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)}. */
|
/** 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);
|
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)}. */
|
/** Command code for {@link MediaBrowser#getLibraryRoot(LibraryParams)}. */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue