Commit 2b317234 by olly Committed by Oliver Woodman

Remove self @link

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177938212
parent f2f767bc
...@@ -873,15 +873,15 @@ public class SimpleExoPlayer implements ExoPlayer { ...@@ -873,15 +873,15 @@ public class SimpleExoPlayer implements ExoPlayer {
// Internal methods. // Internal methods.
/** /**
* Creates the ExoPlayer implementation used by this {@link SimpleExoPlayer}. * Creates the {@link ExoPlayer} implementation used by this instance.
* *
* @param renderers The {@link Renderer}s that will be used by the instance. * @param renderers The {@link Renderer}s that will be used by the instance.
* @param trackSelector The {@link TrackSelector} that will be used by the instance. * @param trackSelector The {@link TrackSelector} that will be used by the instance.
* @param loadControl The {@link LoadControl} that will be used by the instance. * @param loadControl The {@link LoadControl} that will be used by the instance.
* @return A new {@link ExoPlayer} instance. * @return A new {@link ExoPlayer} instance.
*/ */
protected ExoPlayer createExoPlayerImpl(Renderer[] renderers, TrackSelector trackSelector, protected ExoPlayer createExoPlayerImpl(
LoadControl loadControl) { Renderer[] renderers, TrackSelector trackSelector, LoadControl loadControl) {
return new ExoPlayerImpl(renderers, trackSelector, loadControl); return new ExoPlayerImpl(renderers, trackSelector, loadControl);
} }
......
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