Remove unnecessary warning suppression.

PiperOrigin-RevId: 256320563
This commit is contained in:
tonihei 2019-07-03 09:22:45 +01:00 committed by Toni
parent 4c2f211e28
commit d8c29e8211

View File

@ -47,8 +47,7 @@ import java.nio.ByteBuffer;
@Nullable private ExtractorInput extractorInput;
@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.");