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;
|
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}. */
|
||||||
@SuppressWarnings("unchecked")
|
|
||||||
public static final Creator<PlaybackException> CREATOR = PlaybackException::new;
|
public static final Creator<PlaybackException> CREATOR = PlaybackException::new;
|
||||||
|
|
||||||
@CallSuper
|
@CallSuper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user