mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Misc javadoc fix.
PiperOrigin-RevId: 455157744
This commit is contained in:
parent
05b69a7a1c
commit
91de5fa0cb
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,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