mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
Fix checkstyle issues
This commit is contained in:
parent
1be3d4d7d8
commit
451313d945
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue