Commit a01ead02 by ibaker Committed by Ian Baker

Fix deprecation suppression in RendererCapabilities

This string is case-sensitive.

PiperOrigin-RevId: 421781437
parent 66c272c9
......@@ -25,7 +25,7 @@ import java.lang.annotation.RetentionPolicy;
public interface RendererCapabilities {
/** @deprecated Use {@link C.FormatSupport} instead. */
@SuppressWarnings("Deprecation")
@SuppressWarnings("deprecation")
@Documented
@Retention(RetentionPolicy.SOURCE)
@IntDef({
......
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