Minor javadoc fix in BaseUrlExclusionList

PiperOrigin-RevId: 390136807
This commit is contained in:
christosts 2021-08-11 16:23:49 +01:00 committed by Christos Tsilopoulos
parent 02f7aafe67
commit 8f3dbdf81c

View File

@ -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 {