mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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}.
|
* 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
|
* <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);
|
void onCues(CueGroup cueGroup);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue