Skip to content

Commit

Permalink
Minor change in ForwardingPlayer javadoc
Browse files Browse the repository at this point in the history
#minor-release

PiperOrigin-RevId: 512897269
(cherry picked from commit 42fae15)
  • Loading branch information
christosts authored and tonihei committed Mar 2, 2023
1 parent ee4ac61 commit 7d6a359
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.util.List;

/**
* 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
* class to suppress or modify specific operations, by overriding the respective methods.
*/
@UnstableApi
Expand Down

0 comments on commit 7d6a359

Please sign in to comment.