Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0cb84fb1 authored by Sungsoo Lim's avatar Sungsoo Lim
Browse files

Fix Javadoc link in Session2Command

Bug: 130585423
Test: build
Change-Id: I5fb8e1e9a319c7dfb9db2b4c5094a949a15cfb09
parent 758d8f87
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -37,9 +37,8 @@ import java.util.Objects;
 * If {@link #getCommandCode()} is {@link #COMMAND_CODE_CUSTOM}), it's custom command and
 * {@link #getCustomAction()} shouldn't be {@code null}.
 * <p>
 * Refer to the
 * <a href="{@docRoot}reference/androidx/media2/SessionCommand2.html">AndroidX SessionCommand</a>
 * class for the list of valid commands.
 * Refer to the <a href="{@docRoot}reference/androidx/media2/session/SessionCommand.html">
 * AndroidX SessionCommand</a> class for the list of valid commands.
 */
public final class Session2Command implements Parcelable {
    /**