Skip to content

Commit 7c82439

Browse files
committed
DumpUtil: Suppress warning for use of toHexString()
1 parent 6495178 commit 7c82439

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pg/src/test/java/org/bouncycastle/test/DumpUtil.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ public static String hexdump(int startIndent, byte[] array)
2929
{
3030
return "<null>";
3131
}
32+
33+
// -DM Hex.toHexString
3234
String hex = Hex.toHexString(array);
3335
StringBuilder withWhiteSpace = new StringBuilder();
3436
// shift the dump a number of octets to the right

0 commit comments

Comments
 (0)