RFR: 8337111: Bad HTML checker for generated documentation [v6]
Nizar Benalla
nbenalla at openjdk.org
Fri Dec 20 18:13:41 UTC 2024
On Fri, 20 Dec 2024 15:43:31 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:
>> Nizar Benalla has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix whitespace
>
> test/docs/jdk/javadoc/doccheck/doccheckutils/checkers/LinkChecker.java line 367:
>
>> 365: }
>> 366:
>> 367: static class URIComparator implements Comparator<URI> {
>
> It looks like this class is unused, is there a need for it given that `URI` implements `Comparable`?
Will remove it, it could be used to print out links in the same order everytime but it doesn't seem important now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21879#discussion_r1894244899
More information about the javadoc-dev
mailing list