1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-23 03:54:49 +02:00

Remove redundant exceptions

This commit is contained in:
Paul Schaub 2021-05-14 13:20:16 +02:00
parent 5a56949dd7
commit 8313895f26
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -54,7 +54,7 @@ public class ChangeSecretKeyRingPassphraseTest {
@ParameterizedTest
@MethodSource("org.pgpainless.util.TestUtil#provideImplementationFactories")
public void changePassphraseOfWholeKeyRingTest(ImplementationFactory implementationFactory) throws InvalidAlgorithmParameterException, NoSuchAlgorithmException, PGPException, IOException {
public void changePassphraseOfWholeKeyRingTest(ImplementationFactory implementationFactory) throws PGPException {
ImplementationFactory.setFactoryImplementation(implementationFactory);
PGPSecretKeyRing secretKeys = PGPainless.modifyKeyRing(keyRing)