mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix parameter comments that don't match the formal parameter name
More information: https://docs.google.com/a/google.com/document/d/1lzK04DqCZgjOoGQfBT053QIrCvlsyAAwLo0jfqcN6ds/edit?usp=sharing Tested: TAP --sample ran all affected tests and none failed http://test/OCL:324422822:BASE:324408434:1596318556672:a8b3beed PiperOrigin-RevId: 324621068
This commit is contained in:
parent
f4287ed070
commit
b2ea48f4e2
1 changed files with 2 additions and 2 deletions
|
|
@ -171,7 +171,7 @@ public final class DefaultPlaybackSessionManagerTest {
|
||||||
/* isDynamic= */ false,
|
/* isDynamic= */ false,
|
||||||
/* durationUs= */ 10_000_000,
|
/* durationUs= */ 10_000_000,
|
||||||
FakeTimeline.createAdPlaybackState(
|
FakeTimeline.createAdPlaybackState(
|
||||||
/* adsPerGroup= */ 1, /* adGroupTimesUs... */ 0)));
|
/* adsPerAdGroup= */ 1, /* adGroupTimesUs... */ 0)));
|
||||||
MediaPeriodId adMediaPeriodId =
|
MediaPeriodId adMediaPeriodId =
|
||||||
new MediaPeriodId(
|
new MediaPeriodId(
|
||||||
timeline.getUidOfPeriod(/* periodIndex= */ 0),
|
timeline.getUidOfPeriod(/* periodIndex= */ 0),
|
||||||
|
|
@ -557,7 +557,7 @@ public final class DefaultPlaybackSessionManagerTest {
|
||||||
/* isDynamic= */ false,
|
/* isDynamic= */ false,
|
||||||
/* durationUs= */ 10_000_000,
|
/* durationUs= */ 10_000_000,
|
||||||
FakeTimeline.createAdPlaybackState(
|
FakeTimeline.createAdPlaybackState(
|
||||||
/* adsPerGroup= */ 1, /* adGroupTimesUs... */ 0)));
|
/* adsPerAdGroup= */ 1, /* adGroupTimesUs... */ 0)));
|
||||||
MediaPeriodId contentMediaPeriodId =
|
MediaPeriodId contentMediaPeriodId =
|
||||||
new MediaPeriodId(
|
new MediaPeriodId(
|
||||||
timeline.getUidOfPeriod(/* periodIndex= */ 0), /* windowSequenceNumber= */ 0);
|
timeline.getUidOfPeriod(/* periodIndex= */ 0), /* windowSequenceNumber= */ 0);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue