mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix deprecation suppression in RendererCapabilities
This string is case-sensitive. PiperOrigin-RevId: 421781437
This commit is contained in:
parent
78c07b56a7
commit
fca783bb57
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ import java.lang.annotation.RetentionPolicy;
|
|||
public interface RendererCapabilities {
|
||||
|
||||
/** @deprecated Use {@link C.FormatSupport} instead. */
|
||||
@SuppressWarnings("Deprecation")
|
||||
@SuppressWarnings("deprecation")
|
||||
@Documented
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
@IntDef({
|
||||
|
|
|
|||
Loading…
Reference in a new issue