Fix typo in Javadoc for constructor in SsMediaSource.Factory

PiperOrigin-RevId: 702718127
This commit is contained in:
rohks 2024-12-04 07:28:46 -08:00 committed by Copybara-Service
parent e927d7b986
commit fb2d5f905d

View file

@ -127,7 +127,7 @@ public final class SsMediaSource extends BaseMediaSource
* @param chunkSourceFactory A factory for {@link SsChunkSource} instances.
* @param manifestDataSourceFactory A factory for {@link DataSource} instances that will be used
* to load (and refresh) the manifest. May be {@code null} if the factory will only ever be
* used to create create media sources with sideloaded manifests via {@link
* used to create media sources with sideloaded manifests via {@link
* #createMediaSource(SsManifest, MediaItem)}.
*/
public Factory(