On Fri, 20 Dec 2024 15:43:31 GMT, Hannes Wallnöfer <[email protected]> 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