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

Fix checkstyle issues

This commit is contained in:
Paul Schaub 2020-12-05 00:01:12 +01:00
parent 1be3d4d7d8
commit 451313d945
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -112,7 +112,7 @@ public class KeyRingUtils {
* @param secretKey secret key
* @param protector protector to unlock the secret key
* @return private key
*
*
* @throws PGPException if something goes wrong (eg. wrong passphrase)
*/
public static PGPPrivateKey unlockSecretKey(PGPSecretKey secretKey, SecretKeyRingProtector protector) throws PGPException {