mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Correct JavaDoc in TimelineAsserts.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=160631095
This commit is contained in:
parent
3b2cfa148c
commit
d54df32f25
1 changed files with 3 additions and 3 deletions
|
|
@ -201,9 +201,9 @@ public final class TimelineAsserts {
|
|||
}
|
||||
|
||||
/**
|
||||
* Asserts that period counts for each window are set correctly. Also asserts the correct setting
|
||||
* of {@link Window}.firstPeriodIndex, {@link Window}.lastPeriodIndex, and the behavior of
|
||||
* {@link Timeline}.getNextPeriodIndex.
|
||||
* Asserts that period counts for each window are set correctly. Also asserts that
|
||||
* {@link Window#firstPeriodIndex} and {@link Window#lastPeriodIndex} are set correctly, and it
|
||||
* asserts the correct behavior of {@link Timeline#getNextWindowIndex(int, int)}.
|
||||
*/
|
||||
public static void assertPeriodCounts(Timeline timeline, int... expectedPeriodCounts) {
|
||||
int windowCount = timeline.getWindowCount();
|
||||
|
|
|
|||
Loading…
Reference in a new issue