Skip to content

Commit 3aa6c59

Browse files
committed
KeyIdentifier: Suppress checkstyle for Hex.toHexString()
1 parent e512fad commit 3aa6c59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pg/src/main/java/org/bouncycastle/openpgp/KeyIdentifier.java

+1
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ public String toString()
341341
return "" + keyId;
342342
}
343343

344+
// -DM Hex.toHexString
344345
return Hex.toHexString(fingerprint).toUpperCase();
345346
}
346347
}

0 commit comments

Comments
 (0)