Commit 41d0c0f8 by ibaker Committed by Ian Baker

Add @deprecated javadoc to StubExoPlayer#getPlaybackError

This should be inherited from Player#getPlaybackError, but lint still
complains and this seems like the easiest fix.

PiperOrigin-RevId: 342598368
parent ee3eba07
...@@ -97,6 +97,7 @@ public abstract class StubExoPlayer extends BasePlayer implements ExoPlayer { ...@@ -97,6 +97,7 @@ public abstract class StubExoPlayer extends BasePlayer implements ExoPlayer {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
/** @deprecated Use {@link #getPlayerError()} instead. */
@Deprecated @Deprecated
@Override @Override
public ExoPlaybackException getPlaybackError() { public ExoPlaybackException getPlaybackError() {
......
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