Correct JavaDoc in TimelineAsserts.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=160631095
This commit is contained in:
tonihei 2017-06-30 03:37:34 -07:00 committed by Oliver Woodman
parent 3b2cfa148c
commit d54df32f25

View File

@ -201,9 +201,9 @@ public final class TimelineAsserts {
} }
/** /**
* Asserts that period counts for each window are set correctly. Also asserts the correct setting * Asserts that period counts for each window are set correctly. Also asserts that
* of {@link Window}.firstPeriodIndex, {@link Window}.lastPeriodIndex, and the behavior of * {@link Window#firstPeriodIndex} and {@link Window#lastPeriodIndex} are set correctly, and it
* {@link Timeline}.getNextPeriodIndex. * asserts the correct behavior of {@link Timeline#getNextWindowIndex(int, int)}.
*/ */
public static void assertPeriodCounts(Timeline timeline, int... expectedPeriodCounts) { public static void assertPeriodCounts(Timeline timeline, int... expectedPeriodCounts) {
int windowCount = timeline.getWindowCount(); int windowCount = timeline.getWindowCount();