<i18n dev> Integrated: 8318569: Add getter methods for Locale and Patterns in ListFormat
Naoto Sato
naoto at openjdk.org
Tue Oct 24 16:58:45 UTC 2023
On Fri, 20 Oct 2023 17:57:46 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> Proposing adding getter methods for `locale` and `patterns` fields in the `ListFormat` instances. Those fields are used for `equals()`, but without the public getter methods, users cannot tell the reasoning of the equality of two instances. A corresponding CSR has also been drafted.
This pull request has now been integrated.
Changeset: 11650375
Author: Naoto Sato <naoto at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/116503754c4c4bdb91685955ef4456bc76f751c4
Stats: 60 lines in 2 files changed: 59 ins; 0 del; 1 mod
8318569: Add getter methods for Locale and Patterns in ListFormat
Reviewed-by: joehw, rriggs, iris, mli
-------------
PR: https://git.openjdk.org/jdk/pull/16293
More information about the i18n-dev
mailing list