Remove SVG link TODOs now exoplayer2 is no longer published

This removes the TODOs without updating the links, because the
DAC-hosted images are not co-located with the hosted javadoc (unlike
when these images were referenced on exoplayer.dev before 10342507f7),
and therefore we would need to include the full path anyway, at which
point it seems clearer and more robust to keep using a fully-qualified
URL with the domain too.

PiperOrigin-RevId: 623452217
This commit is contained in:
ibaker 2024-04-10 04:35:00 -07:00 committed by Copybara-Service
parent d71e062780
commit 556ddf4b30
3 changed files with 0 additions and 7 deletions

View File

@ -39,9 +39,6 @@ import java.util.ArrayList;
import java.util.List; import java.util.List;
import org.checkerframework.checker.nullness.qual.NonNull; import org.checkerframework.checker.nullness.qual.NonNull;
// TODO: b/288080357 - Replace developer.android.com fully-qualified SVG URLs below with relative
// URLs once we stop publishing exoplayer2 javadoc.
/** /**
* A flexible representation of the structure of media. A timeline is able to represent the * 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 * structure of a wide variety of media, from simple cases like a single media file through to

View File

@ -162,8 +162,6 @@ import java.util.List;
* may use background threads to load data. These are implementation specific. * may use background threads to load data. These are implementation specific.
* </ul> * </ul>
*/ */
// TODO: b/288080357 - Replace developer.android.com fully-qualified SVG URL above with a relative
// URL once we stop publishing exoplayer2 javadoc.
public interface ExoPlayer extends Player { public interface ExoPlayer extends Player {
/** /**

View File

@ -59,8 +59,6 @@ import java.util.List;
* src="https://developer.android.com/static/images/reference/androidx/media3/exoplayer/renderer-states.svg" * src="https://developer.android.com/static/images/reference/androidx/media3/exoplayer/renderer-states.svg"
* alt="Renderer state transitions"> * alt="Renderer state transitions">
*/ */
// TODO: b/288080357 - Replace developer.android.com fully-qualified SVG URL above with a relative
// URL once we stop publishing exoplayer2 javadoc.
@UnstableApi @UnstableApi
public interface Renderer extends PlayerMessage.Target { public interface Renderer extends PlayerMessage.Target {