On Tue, 19 Oct 2021 18:49:11 GMT, Sean Mullan <[email protected]> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> use a standard name
>
> make/jdk/src/classes/build/tools/generatecacerts/GenerateCacerts.java line 54:
>
>> 52: public static void store(String dir, OutputStream stream) throws
>> Exception {
>> 53:
>> 54: CertificateFactory cf = CertificateFactory.getInstance("X509");
>
> Nit: better to use the standard name here: "X.509".
OK.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5948