mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Remove unecessary warning suppression in PlaybackException
PiperOrigin-RevId: 406783965
This commit is contained in:
parent
c53924326d
commit
4c40e80da6
1 changed files with 0 additions and 1 deletions
|
|
@ -423,7 +423,6 @@ public class PlaybackException extends Exception implements Bundleable {
|
|||
protected static final int FIELD_CUSTOM_ID_BASE = 1000;
|
||||
|
||||
/** Object that can create a {@link PlaybackException} from a {@link Bundle}. */
|
||||
@SuppressWarnings("unchecked")
|
||||
public static final Creator<PlaybackException> CREATOR = PlaybackException::new;
|
||||
|
||||
@CallSuper
|
||||
|
|
|
|||
Loading…
Reference in a new issue