Skip to content

Commit

Permalink
Fix checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed Dec 4, 2020
1 parent 1be3d4d commit 451313d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public static PGPPublicKeyRing publicKeyRingFrom(PGPSecretKeyRing secretKeys) {
* @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 {
Expand Down

0 comments on commit 451313d

Please sign in to comment.