We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23010d commit bfc12efCopy full SHA for bfc12ef
library/common/src/main/java/com/google/android/exoplayer2/ForwardingPlayer.java
@@ -31,7 +31,7 @@
31
import java.util.List;
32
33
/**
34
- * A {@link Player} that forwards operations to another {@link Player}. Applications can use this
+ * A {@link Player} that forwards method calls to another {@link Player}. Applications can use this
35
* class to suppress or modify specific operations, by overriding the respective methods.
36
*/
37
public class ForwardingPlayer implements Player {
0 commit comments