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 312959b163..d89cce6025 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 @@ -42,20 +42,20 @@ import java.lang.annotation.RetentionPolicy; /** * A media player interface defining traditional high-level functionality, such as the ability to * play, pause, seek and query properties of the currently playing media. - *

- * Some important properties of media players that implement this interface are: + * + *

Some important properties of media players that implement this interface are: + * *

*/ public interface Player {