From d099db69578684d310f8ae83a76e4e32eed7eff3 Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Fri, 13 Dec 2019 16:23:48 +0000 Subject: [PATCH] Fix formatting in Player.java This is in preparation for adding an internal-only change near these lines. PiperOrigin-RevId: 285403671 --- .../com/google/android/exoplayer2/Player.java | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) 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 {