On Wed, 30 Mar 2022 14:40:00 GMT, Sean Mullan <[email protected]> wrote:
>> Valerie Peng has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Changed the PSSParameterSpec javadoc link to show arguments.
>
> src/java.base/share/classes/java/security/spec/PSSParameterSpec.java line 105:
>
>> 103: * standard for more details. Thus, it is recommended to
>> create
>> 104: * a new {@code PSSParameterSpec} with the desired
>> parameter values
>> 105: * using
>
> s/using/using the/
Yes, thanks. Need to re-read the whole sentence again even with minor changes...
> src/java.base/share/classes/java/security/spec/PSSParameterSpec.java line 174:
>
>> 172: * <a href="https://tools.ietf.org/rfc/rfc8017.txt">PKCS#1
>> v2.2</a>
>> 173: * standard for more details. Thus, it is recommended to
>> explicitly
>> 174: * specify all desired parameter values with
>
> s/with/with the/
Yes.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7913