Commit bcc6c9ef by andrewlewis Committed by Oliver Woodman

Fix a typo.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=138871293
parent ff1a0088
...@@ -197,8 +197,8 @@ public abstract class Timeline { ...@@ -197,8 +197,8 @@ public abstract class Timeline {
public long presentationStartTimeMs; public long presentationStartTimeMs;
/** /**
* The windows start time in milliseconds since the epoch, or {@link C#TIME_UNSET} if unknown or * The window's start time in milliseconds since the epoch, or {@link C#TIME_UNSET} if unknown
* not applicable. For informational purposes only. * or not applicable. For informational purposes only.
*/ */
public long windowStartTimeMs; public long windowStartTimeMs;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment