Misc javadoc fix.

PiperOrigin-RevId: 455157744
This commit is contained in:
christosts 2022-06-15 17:05:54 +00:00 committed by Marc Baechinger
parent 646bf565c3
commit 12e7562730

View File

@ -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);
}