Remove fully qualified package in link tag to avoid reformatting

PiperOrigin-RevId: 376932836
This commit is contained in:
bachinger 2021-06-01 23:32:26 +01:00 committed by Oliver Woodman
parent 58e307c6b0
commit 2fb61b8ab5

View File

@ -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>