1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-13 20:29:39 +02:00

Fix checkstyle issues

This commit is contained in:
Paul Schaub 2021-01-03 15:52:18 +01:00
parent 1c1f9d49ab
commit 82014ef6e5
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
9 changed files with 82 additions and 4 deletions

View file

@ -21,7 +21,6 @@ import static org.junit.jupiter.api.Assertions.assertNull;
import javax.annotation.Nullable;
import org.bouncycastle.openpgp.PGPException;
import org.bouncycastle.openpgp.PGPSecretKey;
import org.junit.jupiter.api.Test;
import org.pgpainless.key.TestKeys;
import org.pgpainless.key.protection.passphrase_provider.SecretKeyPassphraseProvider;