On Sat, 6 Jul 2024 00:30:20 GMT, Bradford Wetmore <wetm...@openjdk.org> wrote:

>> Prajwal Kumaraswamy has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   format code with minor changes
>
> src/java.base/share/classes/sun/security/ssl/X509TrustManagerImpl.java line 
> 431:
> 
>> 429: 
>> 430:         if (!identifiable) {
>> 431:             try {
> 
> Minor formatting nits/suggestions:
> 
> if(
> ->
> if (
> 
> 
> Lines <= 80 chars, please.
> 
> 
> Endpoint Identification algorithm
> ->
> Endpoint Identification Algorithm

Done, attached is the test result 
[https_endpt.zip](https://github.com/user-attachments/files/16139516/https_endpt.zip)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20048#discussion_r1669874110

Reply via email to