mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix 1 ErrorProneStyle finding:
* @CryptoType is a TYPE_USE annotation, so should appear after modifiers and directly before the type. PiperOrigin-RevId: 418814902
This commit is contained in:
parent
a57245e782
commit
a9edb207a3
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ public final class OpusLibrary {
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final LibraryLoader LOADER = new LibraryLoader("opusV2JNI");
|
private static final LibraryLoader LOADER = new LibraryLoader("opusV2JNI");
|
||||||
@C.CryptoType private static int cryptoType = C.CRYPTO_TYPE_UNSUPPORTED;
|
private static @C.CryptoType int cryptoType = C.CRYPTO_TYPE_UNSUPPORTED;
|
||||||
|
|
||||||
private OpusLibrary() {}
|
private OpusLibrary() {}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue