mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Remove unecessary warning suppression in PlaybackException
PiperOrigin-RevId: 406783965
This commit is contained in:
parent
c53924326d
commit
42f9ddb54e
@ -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…
x
Reference in New Issue
Block a user