On Thu, 5 Jun 2025 01:53:40 GMT, Anthony Scarpino <ascarp...@openjdk.org> wrote:

>> Fernando Guallini has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   add invalid PEM content test
>
> test/jdk/java/security/PEM/PEMData.java line 500:
> 
>> 498:         }
>> 499:         Entry(String name, String pem, Class clazz, String provider, 
>> char[] password) {
>> 500:             this(name, pem, clazz,provider, password, null);
> 
> nit:  no space after comma

Updated

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/25588#discussion_r2128226751

Reply via email to