On Wed, 19 Nov 2025 13:37:35 GMT, Daniel Fuchs <[email protected]> wrote:

>> The javadoc comment I added to `Http2Connection.isOpen()` uses `{@linkplain 
>> NetworkChannel#isOpen() channel is open}`. It looks like the IDE added it 
>> for that reason. I'm going to see if removing the import will cause any 
>> build failures in any places.
>
> Ah - OK - I missed that - the import is needed then.

I ran a local `make docs-image` and a CI build and tier1 testing with the 
import removed and they all passed. So I've updated this PR to remove that 
import.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28233#discussion_r2542542008

Reply via email to