mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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 {
|
public interface RendererCapabilities {
|
||||||
|
|
||||||
/** @deprecated Use {@link C.FormatSupport} instead. */
|
/** @deprecated Use {@link C.FormatSupport} instead. */
|
||||||
@SuppressWarnings("Deprecation")
|
@SuppressWarnings("deprecation")
|
||||||
@Documented
|
@Documented
|
||||||
@Retention(RetentionPolicy.SOURCE)
|
@Retention(RetentionPolicy.SOURCE)
|
||||||
@IntDef({
|
@IntDef({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue