fix code smells

This commit is contained in:
Konstantin Schaper
2020-08-12 13:10:07 +02:00
parent 5f986530ae
commit 80e18b47b7
6 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ import java.security.NoSuchAlgorithmException;
import java.security.NoSuchProviderException;
import java.security.Security;
public class GPGKeyPairGeneratorTest {
class GPGKeyPairGeneratorTest {
private static void registerBouncyCastleProviderIfNecessary() {
if (Security.getProvider(BouncyCastleProvider.PROVIDER_NAME) == null) {