Fix broken Javadoc

PiperOrigin-RevId: 274564800
This commit is contained in:
olly 2019-10-14 14:15:35 +01:00 committed by Oliver Woodman
parent c49388aca2
commit d36abf966e
2 changed files with 3 additions and 2 deletions

View File

@ -535,7 +535,8 @@ public interface Player {
/**
* 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 #PLAYBACK_SUPPRESSION_REASON_AUDIO_FOCUS_LOSS}.
* #PLAYBACK_SUPPRESSION_REASON_NONE} or {@link
* #PLAYBACK_SUPPRESSION_REASON_TRANSIENT_AUDIO_FOCUS_LOSS}.
*/
@Documented
@Retention(RetentionPolicy.SOURCE)

View File

@ -33,7 +33,7 @@ public final class IcyInfo implements Metadata.Entry {
@Nullable public final String url;
/**
* Construct a new IcyInfo from the source metadata string, and optionally a StreamTitle &
* Construct a new IcyInfo from the source metadata string, and optionally a StreamTitle and
* StreamUrl that have been extracted.
*
* @param rawMetadata See {@link #rawMetadata}.