RFR: 8176706: Additional Date-Time Formats [v3]

Roger Riggs rriggs at openjdk.java.net
Thu Feb 10 21:35:11 UTC 2022


On Tue, 8 Feb 2022 19:08:45 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Following the prior discussion [1], here is the PR for the subject enhancement. CSR has also been updated according to the suggestion.
>> 
>> [1] https://mail.openjdk.java.net/pipermail/core-libs-dev/2022-January/085175.html
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fixed LocalizedPrinterParser.toString() to reflect requestedTemplate

make/jdk/src/classes/build/tools/cldrconverter/Bundle.java line 113:

> 111:     // DateFormatItem prefix
> 112:     final static String DATEFORMATITEM_KEY_PREFIX = "DateFormatItem.";
> 113:     final static String DATEFORMATITEM_INPUT_REGIONS_PREFIX = "DateFormatItemInputRegions.";

The canonical order of modifiers is "static final".

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

PR: https://git.openjdk.java.net/jdk/pull/7340


More information about the core-libs-dev mailing list