Skip to content

Commit 687b01c

Browse files
committed
Suppress checkstyle issue for Hex.toHexString() usage
1 parent 50e5d7a commit 687b01c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pg/src/main/java/org/bouncycastle/bcpg/FingerprintUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ public static void writeKeyID(long keyID, byte[] bytes)
116116

117117
public static String prettifyFingerprint(byte[] fingerprint)
118118
{
119+
// -DM Hex.toHexString
119120
String hex = Hex.toHexString(fingerprint);
120121
StringBuilder sb = new StringBuilder();
121122
switch (hex.length())

0 commit comments

Comments
 (0)