diff --git a/library/core/src/main/java/com/google/android/exoplayer2/ExoPlayer.java b/library/core/src/main/java/com/google/android/exoplayer2/ExoPlayer.java index 0a0e2b0147..5780f7b418 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/ExoPlayer.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/ExoPlayer.java @@ -93,7 +93,7 @@ import com.google.android.exoplayer2.video.MediaCodecVideoRenderer; * #getApplicationLooper()}. This Looper can be specified when creating the player, or this is * the Looper of the thread the player is created on, or the Looper of the application's main * thread if the player is created on a thread without Looper. - *