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;