Small code cleanups

This commit is contained in:
Andrew Steinborn
2020-09-01 03:25:15 -04:00
parent 5a26b4e03d
commit 5d287306c2
31 changed files with 42 additions and 93 deletions

View File

@@ -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 {