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 48047cf)
  • Loading branch information
christosts authored and tonihei committed Mar 2, 2023
1 parent c23010d commit bfc12ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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.
*/
public class ForwardingPlayer implements Player {
Expand Down

0 comments on commit bfc12ef

Please sign in to comment.