On Wed, 29 Apr 2026 20:47:54 GMT, Marcono1234 <[email protected]> wrote:

>> Daisuke Yamazaki has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Refactor NAPI tests to use ${test.main.class} for test execution
>
> test/jdk/jdk/net/ExtendedSocketOption/SocketNAPITest.java line 133:
> 
>> 131:                         sID = s.getOption(SO_INCOMING_NAPI_ID);
>> 132:                         cID = c.getOption(SO_INCOMING_NAPI_ID);
>> 133:                         if(initialRun) {
> 
> Missing space? (was already the case before)
> 
> Suggestion:
> 
>                         if (initialRun) {

Thanks @Marcono1234
I've fixed it

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30964#discussion_r3165733551

Reply via email to