On Thu, 28 Jul 2022 20:24:53 GMT, Bradford Wetmore <[email protected]> wrote:
>> Kevin Driver has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> formatting
>
> src/java.base/share/classes/com/sun/crypto/provider/HmacMD5KeyGenerator.java
> line 93:
>
>> 91:
>> 92: if (keysize <= 0) {
>> 93: throw new IllegalArgumentException("keysize must not be <= 0
>> for SunJCE");
>
> < 80 chars please
The "for SunJCE" is odd to see in an exception message, I would leave that out.
-------------
PR: https://git.openjdk.org/jdk/pull/9679