mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-26 06:12:06 +01: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…
Reference in a new issue