On Tue, 8 Feb 2022 19:08:45 GMT, Naoto Sato <na...@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

Reply via email to