Commit c30a6e51 by aquilescanta Committed by Ian Baker

Add deprecated javadoc to fix lint error

PiperOrigin-RevId: 363639146
parent 6a6c70c7
...@@ -136,6 +136,7 @@ public abstract class BasePlayer implements Player { ...@@ -136,6 +136,7 @@ public abstract class BasePlayer implements Player {
removeMediaItems(/* fromIndex= */ 0, /* toIndex= */ Integer.MAX_VALUE); removeMediaItems(/* fromIndex= */ 0, /* toIndex= */ Integer.MAX_VALUE);
} }
/** @deprecated Use {@link #getPlayerError()} instead. */
@Deprecated @Deprecated
@Override @Override
@Nullable @Nullable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment