Commit ee720c56 by claincly Committed by Rohit Singh

Fix typo in ExoPlayer.java

PiperOrigin-RevId: 501287961
parent a9135e2e
...@@ -1143,7 +1143,7 @@ public interface ExoPlayer extends Player { ...@@ -1143,7 +1143,7 @@ public interface ExoPlayer extends Player {
* <p>The backing thread should run with priority {@link Process#THREAD_PRIORITY_AUDIO} and * <p>The backing thread should run with priority {@link Process#THREAD_PRIORITY_AUDIO} and
* should handle messages within 10ms. * should handle messages within 10ms.
* *
* @param playbackLooper A {@link looper}. * @param playbackLooper A {@link Looper}.
* @return This builder. * @return This builder.
* @throws IllegalStateException If {@link #build()} has already been called. * @throws IllegalStateException If {@link #build()} has already been called.
*/ */
......
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