From 3aac5b58b8ed05c9edbe192cc6307c1f1406a8bb Mon Sep 17 00:00:00 2001 From: ibaker Date: Tue, 31 Mar 2020 11:24:53 +0100 Subject: [PATCH] Fix up some duplicate javadoc on Cue This was messed up by me in https://github.com/google/ExoPlayer/commit/a035c2e20a4ce25bd86774a870b5960bcfa6f0df PiperOrigin-RevId: 303930392 --- .../main/java/com/google/android/exoplayer2/text/Cue.java | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/library/core/src/main/java/com/google/android/exoplayer2/text/Cue.java b/library/core/src/main/java/com/google/android/exoplayer2/text/Cue.java index fa7f2cb144..ad3a68cdf8 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/text/Cue.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/text/Cue.java @@ -156,16 +156,12 @@ public final class Cue { /** * The type of the {@link #line} value. * - *

{@link #LINE_TYPE_FRACTION} indicates that {@link #line} is a fractional position within the - * viewport. - * *