From 1887983a2283e72975ffc60047fca89ab32ee9a2 Mon Sep 17 00:00:00 2001 From: christosts Date: Fri, 23 Oct 2020 15:25:08 +0100 Subject: [PATCH] Minor Javadoc fix. Issue: #4904 PiperOrigin-RevId: 338669087 --- .../google/android/exoplayer2/source/dash/DashMediaSource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/DashMediaSource.java b/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/DashMediaSource.java index b40972c830e..a9ef1609713 100644 --- a/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/DashMediaSource.java +++ b/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/DashMediaSource.java @@ -222,7 +222,7 @@ public Factory setLivePresentationDelayMs( } /** - * Sets the {@link Player#getCurrentLiveOffset() target offset for live streams} that is used if + * Sets the target {@link Player#getCurrentLiveOffset() offset for live streams} that is used if * no value is defined in the {@link MediaItem} or the manifest. * *

The default value is {@link #DEFAULT_FALLBACK_TARGET_LIVE_OFFSET_MS}.