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:
ibaker 2023-07-10 16:46:18 +01:00 committed by Rohit Singh
parent 6f4ef51727
commit eed0e42ff8

View File

@ -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)}. */