diff --git a/examples/tv-casting-app/android/App/app/src/main/jni/com/matter/casting/core/CastingPlayerDiscovery.java b/examples/tv-casting-app/android/App/app/src/main/jni/com/matter/casting/core/CastingPlayerDiscovery.java index 5aa27d06c788d2..fcde7bc55adbe0 100644 --- a/examples/tv-casting-app/android/App/app/src/main/jni/com/matter/casting/core/CastingPlayerDiscovery.java +++ b/examples/tv-casting-app/android/App/app/src/main/jni/com/matter/casting/core/CastingPlayerDiscovery.java @@ -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();