mirror of
https://github.com/androidx/media.git
synced 2025-05-11 01:31:40 +08:00
Minor javadoc fix in BaseUrlExclusionList
PiperOrigin-RevId: 390136807
This commit is contained in:
parent
02f7aafe67
commit
8f3dbdf81c
@ -34,8 +34,8 @@ import java.util.Random;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the state of {@link #exclude(BaseUrl, long) excluded} base URLs to be used {@link
|
* Holds the state of {@link #exclude(BaseUrl, long) excluded} base URLs to be used to {@link
|
||||||
* #selectBaseUrl(List) to select} a base URL based on these exclusions.
|
* #selectBaseUrl(List) select} a base URL based on these exclusions.
|
||||||
*/
|
*/
|
||||||
public final class BaseUrlExclusionList {
|
public final class BaseUrlExclusionList {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user