mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +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}.
|
||||
*
|
||||
* <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
|
||||
* <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
|
||||
* #customAction} must not be {@code null}.
|
||||
*/
|
||||
public final class SessionCommand implements Bundleable {
|
||||
|
|
|
|||
Loading…
Reference in a new issue