On Wed, 1 Jun 2022 18:14:09 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
>> Hannes Wallnöfer has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Add comment > > src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DeprecatedAPIListBuilder.java > line 63: > >> 61: if (!releases.containsAll(foundReleases)) { >> 62: // Empty string is added for other releases, including >> the default value "" >> 63: releases.add(""); > > Is this instance of an empty string related to preceding uses of empty > string, noted earlier in these review comments? Yes, the empty string is used to represent other/uncategorized releases. ------------- PR: https://git.openjdk.java.net/jdk/pull/8973