On Wed, 9 Jun 2021 20:48:29 GMT, Bradford Wetmore <[email protected]> wrote:
>> Jack Hartstein has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> added line break
>
> src/java.base/share/classes/javax/crypto/spec/RC5ParameterSpec.java line 39:
>
>> 37: *
>> 38: * <p> This class can be used to initialize a {@code Cipher} object that
>> 39: * implements the <i>RC5</i> algorithm as specified in <a
>> href="https://datatracker.ietf.org/doc/html/rfc2040">RFC 2040</a>.
>
> Try to keep lines to <= 80 chars. Maybe break after "in"
Fixed. I'll check on the CSR.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4443