Commit 2fb61b8a by bachinger Committed by Oliver Woodman

Remove fully qualified package in link tag to avoid reformatting

PiperOrigin-RevId: 376932836
parent 58e307c6
...@@ -67,8 +67,7 @@ import java.util.List; ...@@ -67,8 +67,7 @@ import java.util.List;
* exoplayer-smoothstreaming module to be added</a> to the app). * exoplayer-smoothstreaming module to be added</a> to the app).
* <li>{@link ProgressiveMediaSource.Factory} serves as a fallback if the item's {@link * <li>{@link ProgressiveMediaSource.Factory} serves as a fallback if the item's {@link
* MediaItem.PlaybackProperties#uri uri} doesn't match one of the above. It tries to infer the * MediaItem.PlaybackProperties#uri uri} doesn't match one of the above. It tries to infer the
* required extractor by using the {@link * required extractor by using the {@link DefaultExtractorsFactory} or the {@link
* com.google.android.exoplayer2.extractor.DefaultExtractorsFactory} or the {@link
* ExtractorsFactory} provided in the constructor. An {@link UnrecognizedInputFormatException} * ExtractorsFactory} provided in the constructor. An {@link UnrecognizedInputFormatException}
* is thrown if none of the available extractors can read the stream. * is thrown if none of the available extractors can read the stream.
* </ul> * </ul>
......
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