RFR: JDK-8313253: Rename methods in javadoc Comparators class
Pavel Rappo
prappo at openjdk.org
Fri Jul 28 12:28:51 UTC 2023
On Thu, 27 Jul 2023 16:47:00 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review a fairly simple change, to simply rename methods in the `Comparators` class, to remove the `make` prefix from the method names, and (for consistency) in one case, remove `get`. There are some updates to the more problematic javadoc comments as well.
>
> It would be nice to think that the implementation of some methods could be improved by chaining use of simpler standard comparators, but that would be a different task.
Looks good to me.
-------------
Marked as reviewed by prappo (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/15057#pullrequestreview-1552021711
More information about the javadoc-dev
mailing list