diff --git a/library/core/src/main/java/com/google/android/exoplayer2/Player.java b/library/core/src/main/java/com/google/android/exoplayer2/Player.java index 743a0241bd..48f0e5dd29 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/Player.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/Player.java @@ -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. *