On Tue, 5 May 2026 22:38:57 GMT, Artur Barashev <[email protected]> wrote:
>> Volkan Yazici has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Fix variable shadowing issue in `SNIHostName`
>
> src/java.base/share/classes/javax/net/ssl/SNIHostName.java line 311:
>
>> 309: /**
>> 310: * {@return an {@code SNIHostName} using the specified hostname
>> encoded in
>> 311: * either ASCII or UTF-8}
>
> Suggestion:
>
> Returns a {@code SNIHostName} using the specified hostname encoded in
> * UTF-8.
Removed `{@return` usage in a7a3669188c. Note that I needed to add extra
`@return` tags instead, otherwise `make docs` dumps warnings.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30747#discussion_r3207669033