Skip to content

Commit

Permalink
Minor javadoc fix in BaseUrlExclusionList
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 390136807
  • Loading branch information
christosts committed Sep 16, 2021
1 parent 02f7aaf commit 8f3dbdf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
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 {

Expand Down

0 comments on commit 8f3dbdf

Please sign in to comment.