<i18n dev> RFR: 8306597: Improve string formatting in EquivMapsGenerator.java [v3]

Justin Lu jlu at openjdk.org
Thu May 11 22:23:47 UTC 2023


> 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.

Justin Lu has updated the pull request incrementally with one additional commit since the last revision:

  Remove more ws in text block

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/13935/files
  - new: https://git.openjdk.org/jdk/pull/13935/files/9574a984..33fd7993

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13935&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13935&range=01-02

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/13935.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13935/head:pull/13935

PR: https://git.openjdk.org/jdk/pull/13935


More information about the i18n-dev mailing list