Commit 8f3dbdf8 by christosts Committed by Christos Tsilopoulos

Minor javadoc fix in BaseUrlExclusionList

PiperOrigin-RevId: 390136807
parent 02f7aafe
...@@ -34,8 +34,8 @@ import java.util.Random; ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment