mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
Remove unnecessary final.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141031900
This commit is contained in:
parent
fda2d143e4
commit
01acc0e201
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ public final class MergingMediaSource implements MediaSource {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void prepareSource(ExoPlayer player, boolean isTopLevelSource, final Listener listener) {
|
||||
public void prepareSource(ExoPlayer player, boolean isTopLevelSource, Listener listener) {
|
||||
this.listener = listener;
|
||||
for (int i = 0; i < mediaSources.length; i++) {
|
||||
final int sourceIndex = i;
|
||||
|
|
|
|||
Loading…
Reference in a new issue