geforkt von Mirrors/Velocity
Fix build due to checkstyle
Dieser Commit ist enthalten in:
Ursprung
8588e7f1fe
Commit
ae850443ad
@ -18,7 +18,7 @@ import org.junit.jupiter.api.Test;
|
|||||||
class VelocityCipherTest {
|
class VelocityCipherTest {
|
||||||
|
|
||||||
private static final int ENCRYPT_DATA_SIZE = 1 << 14;
|
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];
|
private static final byte[] AES_KEY = new byte[16];
|
||||||
|
|
||||||
@BeforeAll
|
@BeforeAll
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren