Skip to content

Commit

Permalink
Misc javadoc fix.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 455157744
  • Loading branch information
christosts authored and marcbaechinger committed Jun 15, 2022
1 parent 05b69a7 commit 91de5fa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@ default void onCues(List<Cue> cues) {}
* 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);
}

0 comments on commit 91de5fa

Please sign in to comment.