diff --git a/library/src/main/java/com/google/android/exoplayer/ExoPlayer.java b/library/src/main/java/com/google/android/exoplayer/ExoPlayer.java index 2d19a0e207..d0b2775eae 100644 --- a/library/src/main/java/com/google/android/exoplayer/ExoPlayer.java +++ b/library/src/main/java/com/google/android/exoplayer/ExoPlayer.java @@ -215,7 +215,7 @@ public interface ExoPlayer { static final int STATE_BUFFERING = 3; /** * The player is prepared and able to immediately play from the current position. The player will - * be playing if {@link #setPlayWhenReady(boolean)} returns true, and paused otherwise. + * be playing if {@link #getPlayWhenReady()} returns true, and paused otherwise. */ static final int STATE_READY = 4; /**