mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-26 06:12:06 +01:00
Fix checkstyle issues
This commit is contained in:
parent
145fa8c83c
commit
e1be34e007
1 changed files with 4 additions and 2 deletions
|
@ -15,6 +15,10 @@
|
|||
*/
|
||||
package org.pgpainless.key.modification;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
import static org.junit.jupiter.api.Assertions.assertNotNull;
|
||||
import static org.junit.jupiter.api.Assertions.assertNull;
|
||||
|
||||
import org.bouncycastle.openpgp.PGPException;
|
||||
import org.bouncycastle.openpgp.PGPSecretKeyRing;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
@ -27,8 +31,6 @@ import org.pgpainless.key.protection.UnprotectedKeysProtector;
|
|||
import java.io.IOException;
|
||||
import java.util.Date;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
public class ChangeExpirationTest {
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in a new issue