Commit 5fe0b0a1 by andrewlewis Committed by Oliver Woodman

Fix @link typo

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=193491200
parent 35e3892d
...@@ -461,7 +461,7 @@ public interface Player { ...@@ -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.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment