From 00fe2eb4a6c858e7a4d9f505511a33c394235abf Mon Sep 17 00:00:00 2001 From: olly Date: Tue, 28 Jan 2020 12:17:50 +0000 Subject: [PATCH] Tweak isPlaceholder documentation PiperOrigin-RevId: 291905440 --- .../src/main/java/com/google/android/exoplayer2/Timeline.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/core/src/main/java/com/google/android/exoplayer2/Timeline.java b/library/core/src/main/java/com/google/android/exoplayer2/Timeline.java index 7c416c544f..b5f9e3b63d 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/Timeline.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/Timeline.java @@ -177,8 +177,8 @@ public abstract class Timeline { public boolean isLive; /** - * Whether the information in this window is used as a placeholder for as long as the media - * hasn't provided the real information. + * Whether this window contains placeholder information because the real information has yet to + * be loaded. */ public boolean isPlaceholder;