Commit b76db7ac by olly Committed by Oliver Woodman

Fix Javadoc typo.

Issue: #1235
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=117131149
parent c8d81abd
......@@ -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;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment