Misc javadoc fix.
PiperOrigin-RevId: 455157744
This commit is contained in:
parent
646bf565c3
commit
12e7562730
@ -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…
x
Reference in New Issue
Block a user