mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-29 10:49:09 +01:00
fix code smells
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user