mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
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
This commit is contained in:
parent
ee3eba07ac
commit
41d0c0f882
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ public abstract class StubExoPlayer extends BasePlayer implements ExoPlayer {
|
|||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
/** @deprecated Use {@link #getPlayerError()} instead. */
|
||||
@Deprecated
|
||||
@Override
|
||||
public ExoPlaybackException getPlaybackError() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue