Commit d8c29e82 by tonihei Committed by Toni

Remove unnecessary warning suppression.

PiperOrigin-RevId: 256320563
parent 4c2f211e
......@@ -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.");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment