Commit 7115058c by ibaker Committed by Ian Baker

Remove unecessary warning suppression in PlaybackException

PiperOrigin-RevId: 406783965
parent 729b2b64
......@@ -428,9 +428,7 @@ public class PlaybackException extends Exception implements Bundleable {
@UnstableApi protected static final int FIELD_CUSTOM_ID_BASE = 1000;
/** Object that can create a {@link PlaybackException} from a {@link Bundle}. */
@UnstableApi
@SuppressWarnings("unchecked")
public static final Creator<PlaybackException> CREATOR = PlaybackException::new;
@UnstableApi public static final Creator<PlaybackException> CREATOR = PlaybackException::new;
@UnstableApi
@CallSuper
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment