mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix @link typo
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=193491200
This commit is contained in:
parent
35e3892dbf
commit
5fe0b0a13b
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ public interface Player {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the error that caused playback to fail. This is the same error that will have been
|
* Returns the error that caused playback to fail. This is the same error that will have been
|
||||||
* reported via @link Player.EventListener#onPlayerError(ExoPlaybackException)} at the time of
|
* reported via {@link Player.EventListener#onPlayerError(ExoPlaybackException)} at the time of
|
||||||
* failure. It can be queried using this method until {@code stop(true)} is called or the player
|
* failure. It can be queried using this method until {@code stop(true)} is called or the player
|
||||||
* is re-prepared.
|
* is re-prepared.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue