Commit 79c4f187 by tonihei Committed by Andrew Lewis

Fix JavaDoc generation errors.

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

PiperOrigin-RevId: 262930857
parent 5fcc4de1
...@@ -96,11 +96,11 @@ public abstract class CompositeMediaSource<T> extends BaseMediaSource { ...@@ -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}.
......
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