diff --git a/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/DefaultDashChunkSourceTest.java b/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/DefaultDashChunkSourceTest.java index f43be2c9bf..80528b5671 100644 --- a/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/DefaultDashChunkSourceTest.java +++ b/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/DefaultDashChunkSourceTest.java @@ -95,7 +95,7 @@ public class DefaultDashChunkSourceTest { /* elapsedRealtimeOffsetMs= */ 0, /* maxSegmentsPerLoad= */ 1, /* enableEventMessageTrack= */ false, - /* closedCaptionFormats */ ImmutableList.of(), + /* closedCaptionFormats= */ ImmutableList.of(), /* playerTrackEmsgHandler= */ null, PlayerId.UNSET); @@ -144,7 +144,7 @@ public class DefaultDashChunkSourceTest { /* elapsedRealtimeOffsetMs= */ 0, /* maxSegmentsPerLoad= */ 1, /* enableEventMessageTrack= */ false, - /* closedCaptionFormats */ ImmutableList.of(), + /* closedCaptionFormats= */ ImmutableList.of(), /* playerTrackEmsgHandler= */ null, PlayerId.UNSET); @@ -328,7 +328,7 @@ public class DefaultDashChunkSourceTest { /* elapsedRealtimeOffsetMs= */ 0, /* maxSegmentsPerLoad= */ 1, /* enableEventMessageTrack= */ false, - /* closedCaptionFormats */ ImmutableList.of(), + /* closedCaptionFormats= */ ImmutableList.of(), /* playerTrackEmsgHandler= */ null, PlayerId.UNSET); }