Commit 657b47cd by olly Committed by Oliver Woodman

Fix broken Javadoc

PiperOrigin-RevId: 274564800
parent 32b0474d
......@@ -480,7 +480,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)
......
......@@ -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}.
......
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