[13] RFR: CONFIG level logging statements printed in CLDRCalendarDataProviderImpl.java even when default log Level is INFO
Nishit Jain
nishit.jain at oracle.com
Tue Feb 19 14:37:35 UTC 2019
Hi Naoto,
Why is the default region set to "US" if there is no region specified in
the locale? is this the default behavior of "first day of week" and
"minimal days in first week" when a region is missing or the default
behavior is that it returns "1"? Can't we just return "1" instead of
setting the region to "US"?
Regards,
Nishit Jain
On 16-02-2019 04:25, Naoto Sato wrote:
> Hello,
>
> Please review the fix to the following issue:
>
> https://bugs.openjdk.java.net/browse/JDK-8218960
>
> The proposed changeset is located at:
>
> http://cr.openjdk.java.net/~naoto/8218960/webrev.00/
>
> The CONFIG message was generated because CLDRCalendarDataProviderImpl
> was returning null for locales without region. Use "US" as the default
> region in such a case.
>
> Naoto
More information about the core-libs-dev
mailing list