diff --git a/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/BaseUrlExclusionList.java b/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/BaseUrlExclusionList.java index 7971085933a..e2110a7c108 100644 --- a/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/BaseUrlExclusionList.java +++ b/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/BaseUrlExclusionList.java @@ -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 {