On Thu, 18 Jul 2024 23:36:37 GMT, Shaojin Wen <[email protected]> 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 <[email protected]> Committer: Chen Liang <[email protected]> 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
