mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Minor javadoc fix in BaseUrlExclusionList
PiperOrigin-RevId: 390136807
This commit is contained in:
parent
01613a2e55
commit
2fa54e0df3
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue