Skip to content

Commit bfc12ef

Browse files
christoststonihei
authored andcommitted
Minor change in ForwardingPlayer javadoc
#minor-release PiperOrigin-RevId: 512897269 (cherry picked from commit 48047cf)
1 parent c23010d commit bfc12ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/common/src/main/java/com/google/android/exoplayer2/ForwardingPlayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import java.util.List;
3232

3333
/**
34-
* A {@link Player} that forwards operations to another {@link Player}. Applications can use this
34+
* A {@link Player} that forwards method calls to another {@link Player}. Applications can use this
3535
* class to suppress or modify specific operations, by overriding the respective methods.
3636
*/
3737
public class ForwardingPlayer implements Player {

0 commit comments

Comments
 (0)