On Thu, 11 Sep 2025 10:17:32 GMT, Hannes Wallnöfer <[email protected]> wrote:
>> Nizar Benalla has updated the pull request incrementally with one additional >> commit since the last revision: >> >> member details should also be sorted > > src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script.js.template > line 26: > >> 24: >> 25: const sortLexicalLabel = "Sort lexicographically"; >> 26: const sortSourceLabel = "Sort by source order"; > > These should be localized messages as the ones in the preceding lines. I avoided adding these in doclet.properties because they would be unused in the java code and may otherwise trip `CheckResourceKeys` ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26322#discussion_r2392014678
