Remove redundant ) in Javadoc
PiperOrigin-RevId: 584910697
This commit is contained in:
parent
45b51d8c97
commit
85a54e2e19
@ -38,8 +38,8 @@ import java.lang.annotation.Target;
|
|||||||
/**
|
/**
|
||||||
* A command that a {@link MediaController} can send to a {@link MediaSession}.
|
* A command that a {@link MediaController} can send to a {@link MediaSession}.
|
||||||
*
|
*
|
||||||
* <p>If {@link #commandCode} isn't {@link #COMMAND_CODE_CUSTOM}), it's a predefined command. If
|
* <p>If {@link #commandCode} isn't {@link #COMMAND_CODE_CUSTOM}, it's a predefined command. If
|
||||||
* {@link #commandCode} is {@link #COMMAND_CODE_CUSTOM}), it's a custom command and {@link
|
* {@link #commandCode} is {@link #COMMAND_CODE_CUSTOM}, it's a custom command and {@link
|
||||||
* #customAction} must not be {@code null}.
|
* #customAction} must not be {@code null}.
|
||||||
*/
|
*/
|
||||||
public final class SessionCommand implements Bundleable {
|
public final class SessionCommand implements Bundleable {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user