Remove unecessary warning suppression in PlaybackException

PiperOrigin-RevId: 406783965
This commit is contained in:
ibaker 2021-11-01 10:06:02 +00:00 committed by tonihei
parent c53924326d
commit 42f9ddb54e

View File

@ -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