mirror of
https://github.com/samsonjs/media.git
synced 2026-03-30 10:15:48 +00:00
Fix 1 ErrorProneStyle finding
PiperOrigin-RevId: 413188534
This commit is contained in:
parent
8105394ac2
commit
6f63701307
1 changed files with 1 additions and 1 deletions
|
|
@ -1415,7 +1415,7 @@ public final class Cea708Decoder extends CeaDecoder {
|
|||
* @param size See {@link Cue#size}.
|
||||
* @param windowColorSet See {@link Cue#windowColorSet}.
|
||||
* @param windowColor See {@link Cue#windowColor}.
|
||||
* @param priority See (@link #priority}.
|
||||
* @param priority See {@link #priority}.
|
||||
*/
|
||||
public Cea708CueInfo(
|
||||
CharSequence text,
|
||||
|
|
|
|||
Loading…
Reference in a new issue