Fix @link typo

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=193491200
This commit is contained in:
andrewlewis 2018-04-19 03:27:28 -07:00 committed by Oliver Woodman
parent 35e3892dbf
commit 5fe0b0a13b

View file

@ -461,7 +461,7 @@ public interface Player {
/**
* 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
* is re-prepared.
*