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:
parent
d71e062780
commit
556ddf4b30
@ -39,9 +39,6 @@ import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
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
|
||||
* structure of a wide variety of media, from simple cases like a single media file through to
|
||||
|
@ -162,8 +162,6 @@ import java.util.List;
|
||||
* may use background threads to load data. These are implementation specific.
|
||||
* </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 {
|
||||
|
||||
/**
|
||||
|
@ -59,8 +59,6 @@ import java.util.List;
|
||||
* src="https://developer.android.com/static/images/reference/androidx/media3/exoplayer/renderer-states.svg"
|
||||
* 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
|
||||
public interface Renderer extends PlayerMessage.Target {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user