mirror of
https://github.com/androidx/media.git
synced 2025-05-07 23:50:44 +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;
|
||||
|
||||
/**
|
||||
* Holds the state of {@link #exclude(BaseUrl, long) excluded} base URLs to be used {@link
|
||||
* #selectBaseUrl(List) to select} a base URL based on these exclusions.
|
||||
* Holds the state of {@link #exclude(BaseUrl, long) excluded} base URLs to be used to {@link
|
||||
* #selectBaseUrl(List) select} a base URL based on these exclusions.
|
||||
*/
|
||||
public final class BaseUrlExclusionList {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user