From 8f3dbdf81cb7a7fa97312147f9fd528ac8842d3c Mon Sep 17 00:00:00 2001 From: christosts Date: Wed, 11 Aug 2021 16:23:49 +0100 Subject: [PATCH] Minor javadoc fix in BaseUrlExclusionList PiperOrigin-RevId: 390136807 --- .../android/exoplayer2/source/dash/BaseUrlExclusionList.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 7971085933..e2110a7c10 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.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 {