Remove unnecessary warning suppression.
PiperOrigin-RevId: 256320563
This commit is contained in:
parent
4c2f211e28
commit
d8c29e8211
@ -48,7 +48,6 @@ import java.nio.ByteBuffer;
|
||||
@Nullable private byte[] tempBuffer;
|
||||
private boolean endOfExtractorInput;
|
||||
|
||||
@SuppressWarnings("nullness:method.invocation.invalid")
|
||||
public FlacDecoderJni() throws FlacDecoderException {
|
||||
if (!FlacLibrary.isAvailable()) {
|
||||
throw new FlacDecoderException("Failed to load decoder native libraries.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user