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

Commit 33a14eac authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix Javadoc link in Session2Command"

parents 56d8ff36 0cb84fb1
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 {
    /**