Change warning suppression style

This commit is contained in:
tonihei 2023-10-31 12:29:23 +00:00
parent 8750ed8de6
commit 36fb20719f

View File

@ -143,9 +143,7 @@ import java.util.List;
}
// Called from native code
/**
* @noinspection unused
*/
@SuppressWarnings("unused")
private ByteBuffer growOutputBuffer(SimpleDecoderOutputBuffer outputBuffer, int requiredSize) {
// Use it for new buffer so that hopefully we won't need to reallocate again
outputBufferSize = requiredSize;