<i18n dev> Integrated: 8336792: DateTimeFormatterBuilder append zeros based on StringBuilder.repeat
Shaojin Wen
duke at openjdk.org
Fri Jul 19 22:09:48 UTC 2024
On Thu, 18 Jul 2024 23:36:37 GMT, Shaojin Wen <duke at openjdk.org> wrote:
> The StringBuilder.repeat method was added in JDK 21, which can be used to make some minor optimizations to existing code, including DateTimeFormatterBuilder
This pull request has now been integrated.
Changeset: e3acf4c6
Author: Shaojin Wen <shaojin.wensj at alibaba-inc.com>
Committer: Chen Liang <liach at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e3acf4c627c3c75f9a2ef29647daa6f4746fdc62
Stats: 12 lines in 1 file changed: 2 ins; 4 del; 6 mod
8336792: DateTimeFormatterBuilder append zeros based on StringBuilder.repeat
Reviewed-by: liach, rriggs, naoto
-------------
PR: https://git.openjdk.org/jdk/pull/20245
More information about the i18n-dev
mailing list