diff --git a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerNotificationManager.java b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerNotificationManager.java index 7fa3563629..a7c29321be 100644 --- a/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerNotificationManager.java +++ b/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerNotificationManager.java @@ -54,7 +54,6 @@ import androidx.media.app.NotificationCompat.MediaStyle; import com.google.android.exoplayer2.C; import com.google.android.exoplayer2.ControlDispatcher; import com.google.android.exoplayer2.DefaultControlDispatcher; -import com.google.android.exoplayer2.ExoPlayer; import com.google.android.exoplayer2.ForwardingPlayer; import com.google.android.exoplayer2.Player; import com.google.android.exoplayer2.util.NotificationUtil; @@ -820,7 +819,7 @@ public class PlayerNotificationManager { /** * @deprecated Use a {@link ForwardingPlayer} and pass it to {@link #setPlayer(Player)} instead. * You can also customize some operations when configuring the player (for example by using - * {@link ExoPlayer.Builder#setSeekBackIncrementMs(long)}), or configure whether the rewind + * {@code ExoPlayer.Builder.setSeekBackIncrementMs(long)}), or configure whether the rewind * and fast forward actions should be used with {{@link #setUseRewindAction(boolean)}} and * {@link #setUseFastForwardAction(boolean)}. */