On Thu, 9 Jun 2022 11:06:11 GMT, Daniel Fuchs <[email protected]> wrote:
>> src/java.net.http/share/classes/jdk/internal/net/http/Http1Response.java
>> line 424:
>>
>>> 422: }
>>> 423:
>>> 424: public void closeWhenFinished() {
>>
>> Hello Conor, do you think it might be better if we make this package private
>> access instead of `public`?
>
> Yes - good catch!
Good suggestion, no need for it to be public. Will do.
-------------
PR: https://git.openjdk.java.net/jdk/pull/9093
