<i18n dev> Integrated: 8287187: Utilize HashMap.newHashMap() in CLDRConverter
Naoto Sato
naoto at openjdk.java.net
Thu May 26 15:55:41 UTC 2022
On Wed, 25 May 2022 16:43:59 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> Refactoring the leftover self-calculations of the optimized `HashMap` initial value with `newHashMap()` method. Also replaced some string literals using text blocks for better readability. Confirmed that the output resource bundle sources are effectively (sans indentation) the same as the original ones.
This pull request has now been integrated.
Changeset: c10749a6
Author: Naoto Sato <naoto at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/c10749a6a70977fbd6cd33b298410d212276fcf1
Stats: 65 lines in 1 file changed: 8 ins; 1 del; 56 mod
8287187: Utilize HashMap.newHashMap() in CLDRConverter
Reviewed-by: joehw
-------------
PR: https://git.openjdk.java.net/jdk/pull/8887
More information about the i18n-dev
mailing list