Integrated: JDK-8313253: Rename methods in javadoc Comparators class
Jonathan Gibbons
jjg at openjdk.org
Fri Jul 28 16:43:01 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.
This pull request has now been integrated.
Changeset: 4ae75cab
Author: Jonathan Gibbons <jjg at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/4ae75cab53995a2ed36783a308b706f3f0f4e986
Stats: 104 lines in 20 files changed: 7 ins; 5 del; 92 mod
8313253: Rename methods in javadoc Comparators class
Reviewed-by: hannesw, prappo
-------------
PR: https://git.openjdk.org/jdk/pull/15057
More information about the javadoc-dev
mailing list