Align PlaybackSuppressionReason java doc with method doc.

Same change as done in c49388aca2.

PiperOrigin-RevId: 274894288
This commit is contained in:
tonihei 2019-10-15 22:54:57 +01:00 committed by Oliver Woodman
parent 7dede17d97
commit 03e3ceaedb

View File

@ -533,9 +533,8 @@ public interface Player {
int STATE_ENDED = 4;
/**
* Reason why playback is suppressed even if {@link #getPlaybackState()} is {@link #STATE_READY}
* and {@link #getPlayWhenReady()} is {@code true}. One of {@link
* #PLAYBACK_SUPPRESSION_REASON_NONE} or {@link
* Reason why playback is suppressed even though {@link #getPlayWhenReady()} is {@code true}. One
* of {@link #PLAYBACK_SUPPRESSION_REASON_NONE} or {@link
* #PLAYBACK_SUPPRESSION_REASON_TRANSIENT_AUDIO_FOCUS_LOSS}.
*/
@Documented