On Thu, 3 Apr 2025 12:07:16 GMT, Alan Bateman <al...@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