mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2025-09-12 11:49:43 +02:00
Bump pgpainless-core to 1.5.6
This commit is contained in:
parent
3f4fddfa7b
commit
5b44f91ffb
2 changed files with 1 additions and 5 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
package pgp.cert_d.cli.commands;
|
||||
|
||||
import org.bouncycastle.openpgp.PGPException;
|
||||
import org.bouncycastle.openpgp.PGPPublicKeyRing;
|
||||
import org.bouncycastle.openpgp.PGPPublicKeyRingCollection;
|
||||
import org.pgpainless.PGPainless;
|
||||
|
@ -46,9 +45,6 @@ public class Import implements Runnable {
|
|||
} catch (BadDataException e) {
|
||||
LOGGER.error("Certificate contains bad data.", e);
|
||||
System.exit(-1);
|
||||
} catch (PGPException e) {
|
||||
LOGGER.error("PGP Exception.", e);
|
||||
System.exit(-1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue