mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-03-13 16:07:06 +08:00
Fix build due to checkstyle
This commit is contained in:
parent
8588e7f1fe
commit
ae850443ad
@ -18,7 +18,7 @@ import org.junit.jupiter.api.Test;
|
||||
class VelocityCipherTest {
|
||||
|
||||
private static final int ENCRYPT_DATA_SIZE = 1 << 14;
|
||||
private static byte[] TEST_DATA = new byte[ENCRYPT_DATA_SIZE];;
|
||||
private static byte[] TEST_DATA = new byte[ENCRYPT_DATA_SIZE];
|
||||
private static final byte[] AES_KEY = new byte[16];
|
||||
|
||||
@BeforeAll
|
||||
|
Loading…
x
Reference in New Issue
Block a user