On Tue, 21 Oct 2025 18:33:26 GMT, Volkan Yazici <[email protected]> wrote:

>> If you implement HttpServerAdapters which is what almost all other tests do 
>> then you can use `newClientBuilderForH3()` which is an instance method and 
>> does not need to be qualified.
>
> But neither `createClient()`, nor `main()` is an instance method – both are 
> static. Hence, `newClientBuilderForH3()` is inaccessible and needs to be 
> qualified.

oh right - this is not a testng/junit test...

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27874#discussion_r2450941963

Reply via email to