Fix JavaDoc generation errors.

This fixes the errors that prevent the JavaDoc generation with the Gradle
script to run through.

PiperOrigin-RevId: 262930857
This commit is contained in:
tonihei 2019-08-12 16:39:16 +01:00 committed by Andrew Lewis
parent 5fcc4de1fd
commit 79c4f1878e

View File

@ -96,11 +96,11 @@ public abstract class CompositeMediaSource<T> extends BaseMediaSource {
/** /**
* Prepares a child source. * Prepares a child source.
* *
* <p>{@link #onChildSourceInfoRefreshed(T, MediaSource, Timeline)} will be called when the child * <p>{@link #onChildSourceInfoRefreshed(Object, MediaSource, Timeline)} will be called when the
* source updates its timeline with the same {@code id} passed to this method. * child source updates its timeline with the same {@code id} passed to this method.
* *
* <p>Any child sources that aren't explicitly released with {@link #releaseChildSource(T)} will * <p>Any child sources that aren't explicitly released with {@link #releaseChildSource(Object)}
* be released in {@link #releaseSourceInternal()}. * will be released in {@link #releaseSourceInternal()}.
* *
* @param id A unique id to identify the child source preparation. Null is allowed as an id. * @param id A unique id to identify the child source preparation. Null is allowed as an id.
* @param mediaSource The child {@link MediaSource}. * @param mediaSource The child {@link MediaSource}.