mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove redundant ) in Javadoc
PiperOrigin-RevId: 584910697
This commit is contained in:
parent
45b51d8c97
commit
85a54e2e19
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue