diff --git a/libraries/common/src/main/java/androidx/media3/common/Timeline.java b/libraries/common/src/main/java/androidx/media3/common/Timeline.java index 2ddcdc26ca..879ae7ae84 100644 --- a/libraries/common/src/main/java/androidx/media3/common/Timeline.java +++ b/libraries/common/src/main/java/androidx/media3/common/Timeline.java @@ -37,6 +37,9 @@ import com.google.errorprone.annotations.InlineMe; import java.util.ArrayList; import java.util.List; +// TODO(b/276289331): Revert to media3-hosted SVG links below once they're available on +// developer.android.com. + /** * A flexible representation of the structure of media. A timeline is able to represent the * structure of a wide variety of media, from simple cases like a single media file through to @@ -138,8 +141,6 @@ import java.util.List; *

This case includes mid-roll ad groups, which are defined as part of the timeline's single * period. The period can be queried for information about the ad groups and the ads they contain. */ -// TODO(b/276289331): Revert to media3-hosted SVG links above once they're available on -// developer.android.com. public abstract class Timeline implements Bundleable { /** @@ -149,8 +150,9 @@ public abstract class Timeline implements Bundleable { * shows some of the information defined by a window, as well as how this information relates to * corresponding {@link Period Periods} in the timeline. * - *

Information defined by a
-   * timeline window + *

Information defined by a timeline window */ public static final class Window implements Bundleable { @@ -557,8 +559,9 @@ public abstract class Timeline implements Bundleable { *

The figure below shows some of the information defined by a period, as well as how this * information relates to a corresponding {@link Window} in the timeline. * - *

Information defined by a
-   * period + *

Information defined by a period */ public static final class Period implements Bundleable {