Small code cleanups
This commit is contained in:
@@ -23,7 +23,7 @@ import org.junit.jupiter.api.condition.JRE;
|
||||
|
||||
class VelocityCompressorTest {
|
||||
|
||||
private static byte[] TEST_DATA = new byte[1 << 14];
|
||||
private static final byte[] TEST_DATA = new byte[1 << 14];
|
||||
|
||||
@BeforeAll
|
||||
static void checkNatives() throws IOException {
|
||||
|
Reference in New Issue
Block a user