Commit d54df32f by tonihei Committed by Oliver Woodman

Correct JavaDoc in TimelineAsserts.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=160631095
parent 3b2cfa14
...@@ -201,9 +201,9 @@ public final class TimelineAsserts { ...@@ -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();
......
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