Integrated: 8306597: Improve string formatting in EquivMapsGenerator.java
Justin Lu
jlu at openjdk.org
Mon May 15 23:21:57 UTC 2023
On Thu, 11 May 2023 15:40:50 GMT, Justin Lu <jlu at openjdk.org> wrote:
> Please review changes to `EquivMapsGenerator.java` (which is used to generate the Locale equivalencies for the JDK).
>
> The file previously used large concatenated Strings, which are now replaced with text blocks, in addition to some cleanup. No functionality is changed, the Locale equivalencies builds the same.
This pull request has now been integrated.
Changeset: 31683722
Author: Justin Lu <jlu at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/316837226ecceb4daa14e2bc1be8ce120edbfdc9
Stats: 185 lines in 1 file changed: 94 ins; 70 del; 21 mod
8306597: Improve string formatting in EquivMapsGenerator.java
Reviewed-by: naoto
-------------
PR: https://git.openjdk.org/jdk/pull/13935
More information about the core-libs-dev
mailing list