Commit fc24a0d5 by andrewlewis Committed by kim-vde

Fix API check warning

PiperOrigin-RevId: 294179427
parent c02933ac
...@@ -1163,6 +1163,7 @@ public class SimpleExoPlayer extends BasePlayer ...@@ -1163,6 +1163,7 @@ public class SimpleExoPlayer extends BasePlayer
return player.getPlaybackSuppressionReason(); return player.getPlaybackSuppressionReason();
} }
/** @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