mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Misc javadoc fix.
PiperOrigin-RevId: 455157744
This commit is contained in:
parent
646bf565c3
commit
12e7562730
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ public interface TextOutput {
|
|||
* Called when there is a change in the {@link CueGroup}.
|
||||
*
|
||||
* <p>Both {@link #onCues(List)} and {@link #onCues(CueGroup)} are called when there is a change
|
||||
* in the cues You should only implement one or the other.
|
||||
* in the cues. You should only implement one or the other.
|
||||
*/
|
||||
void onCues(CueGroup cueGroup);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue