RFR: 8066583: DeflaterInput/OutputStream and InflaterInput/OutputStream should explain responsibility for freeing resources [v8]
Jaikiran Pai
jpai at openjdk.org
Thu Apr 3 12:55:13 UTC 2025
On Thu, 3 Apr 2025 12:07:16 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Jaikiran Pai has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 16 additional commits since the last revision:
>>
>> - additional inputs
>> - merge latest from master branch
>> - Alan's input - replace "@apiNote" in favour of formal spec
>> - merge latest from master branch
>> - Lance's inputs
>> - merge latest from master branch
>> - merge latest from master branch
>> - merge latest from master branch
>> - additional updates to the doc
>> - merge latest from master branch
>> - ... and 6 more: https://git.openjdk.org/jdk/compare/7c089963...cfeef86d
>
> src/java.base/share/classes/java/util/zip/DeflaterInputStream.java line 38:
>
>> 36: *
>> 37: * <h2 id="compressor-usage">Compressor Usage</h2>
>> 38: * A {@linkplain DeflaterInputStream} created without
>
> I don't think you meant to use @linkplain here, should be @code or @link.
That was meant to be `@code`. Fixed now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23655#discussion_r2026933587
More information about the core-libs-dev
mailing list