Improve javadoc of Window.windowStartTimeMs

PiperOrigin-RevId: 346346359
This commit is contained in:
bachinger 2020-12-08 17:45:08 +00:00 committed by Ian Baker
parent 6db6d14b16
commit fa0cc1e15f

View file

@ -166,7 +166,7 @@ public abstract class Timeline {
/**
* The window's start time in milliseconds since the Unix epoch, or {@link C#TIME_UNSET} if
* unknown or not applicable. For informational purposes only.
* unknown or not applicable.
*/
public long windowStartTimeMs;