Commit f770ff67 by tonihei Committed by Oliver Woodman

Fix method Javadoc.

PiperOrigin-RevId: 318786283
parent 6884dfb3
...@@ -275,9 +275,9 @@ public final class MaskingMediaSource extends CompositeMediaSource<Void> { ...@@ -275,9 +275,9 @@ public final class MaskingMediaSource extends CompositeMediaSource<Void> {
@Nullable private final Object replacedInternalPeriodUid; @Nullable private final Object replacedInternalPeriodUid;
/** /**
* Returns an instance with a dummy timeline using the provided window tag. * Returns an instance with a dummy timeline using the provided {@link MediaItem}.
* *
* @param windowTag A window tag. * @param mediaItem A {@link MediaItem}.
*/ */
public static MaskingTimeline createWithDummyTimeline(MediaItem mediaItem) { public static MaskingTimeline createWithDummyTimeline(MediaItem mediaItem) {
return new MaskingTimeline( return new MaskingTimeline(
......
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