mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-06 20:31:08 +01:00
Fix checkstyle issues
This commit is contained in:
parent
374e6452f0
commit
d3f412873b
1 changed files with 2 additions and 2 deletions
|
|
@ -449,7 +449,7 @@ public final class KeyRingUtils {
|
||||||
*/
|
*/
|
||||||
@Nonnull
|
@Nonnull
|
||||||
public static PGPSecretKeyRing stripSecretKey(@Nonnull PGPSecretKeyRing secretKeys,
|
public static PGPSecretKeyRing stripSecretKey(@Nonnull PGPSecretKeyRing secretKeys,
|
||||||
long secretKeyId)
|
long secretKeyId)
|
||||||
throws IOException, PGPException {
|
throws IOException, PGPException {
|
||||||
|
|
||||||
if (secretKeys.getPublicKey().getKeyID() == secretKeyId) {
|
if (secretKeys.getPublicKey().getKeyID() == secretKeyId) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue