Commit 4c40e80d by ibaker Committed by tonihei

Remove unecessary warning suppression in PlaybackException

PiperOrigin-RevId: 406783965
parent c5392432
...@@ -423,7 +423,6 @@ public class PlaybackException extends Exception implements Bundleable { ...@@ -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
......
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