Skip to content

Commit

Permalink
Fixing style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pgregorr-amazon committed Dec 28, 2023
1 parent 5d5e070 commit db00660
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ public interface CastingPlayerDiscovery {
/**
* The CastingPlayerChangeListener can discover CastingPlayers by implementing the onAdded(),
* onChanged() and onRemoved() callbacks which are called as CastingPlayers, are discovered,
* updated, or lost from the network. The onAdded(), onChanged() and onRemoved() handlers must
* be implemented by the API client.
* updated, or lost from the network. The onAdded(), onChanged() and onRemoved() handlers must be
* implemented by the API client.
*/
abstract class CastingPlayerChangeListener {
static final String TAG = CastingPlayerChangeListener.class.getSimpleName();
Expand Down

0 comments on commit db00660

Please sign in to comment.