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 a786c03a34
commit 74cc588049

View file

@ -1106,7 +1106,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.
*/