3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Fix build due to checkstyle

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-12-30 06:50:44 -05:00
Ursprung 8588e7f1fe
Commit ae850443ad

Datei anzeigen

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