Fix typo in ExoPlayer.java

PiperOrigin-RevId: 501287961
This commit is contained in:
claincly 2023-01-11 16:23:35 +00:00 committed by Rohit Singh
parent a9135e2eff
commit ee720c56ca

View file

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