Fix Javadoc typo.

Issue: #1235
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=117131149
This commit is contained in:
olly 2016-03-14 07:25:22 -07:00 committed by Oliver Woodman
parent c8d81abd52
commit b76db7acd2

View file

@ -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;
/**