mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove unecessary warning suppression in PlaybackException
PiperOrigin-RevId: 406783965
This commit is contained in:
parent
729b2b64f3
commit
7115058ccd
1 changed files with 1 additions and 3 deletions
|
|
@ -428,9 +428,7 @@ public class PlaybackException extends Exception implements Bundleable {
|
||||||
@UnstableApi protected static final int FIELD_CUSTOM_ID_BASE = 1000;
|
@UnstableApi protected static final int FIELD_CUSTOM_ID_BASE = 1000;
|
||||||
|
|
||||||
/** Object that can create a {@link PlaybackException} from a {@link Bundle}. */
|
/** Object that can create a {@link PlaybackException} from a {@link Bundle}. */
|
||||||
@UnstableApi
|
@UnstableApi public static final Creator<PlaybackException> CREATOR = PlaybackException::new;
|
||||||
@SuppressWarnings("unchecked")
|
|
||||||
public static final Creator<PlaybackException> CREATOR = PlaybackException::new;
|
|
||||||
|
|
||||||
@UnstableApi
|
@UnstableApi
|
||||||
@CallSuper
|
@CallSuper
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue