On Wed, 19 Feb 2025 17:04:15 GMT, Mikhail Yankelevich <[email protected]> wrote:
>> test/jdk/sun/security/util/HexDumpEncoderTests.java line 101:
>>
>>> 99: public static void main(String[] args) throws Exception {
>>> 100:
>>> 101: try (final FileInputStream fis = new
>>> FileInputStream(args[0])) {
>>
>> There is no need to read from a certificate. I think
>> `encoder.encodeBuffer(new byte[100])` is enough.
>
> changed in the next commit
Some `import`s are not needed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23661#discussion_r1962072542