<i18n dev> Review Request:JDK-8075315:Change in API doc

Yuka Kamiya yuka.kamiya at oracle.com
Sat Oct 3 00:38:32 UTC 2015


Hi Rachna,

Looks good to me.
(We should solve the mixing of "<code>" and "{@code }" in the future, 
though....)

Thanks,
--
Yuka

On 2015/10/03 2:50, Rachna Goel wrote:
> Hi All,
>
> Please review the following fix in API doc for jdk9.
>
> Reference to Bug: https://bugs.openjdk.java.net/browse/JDK-8075315
>
> Webrev: http://cr.openjdk.java.net/~naoto/rachna/8075315/webrev.00/
>
> Description:
>
> The API doc of Currency.getInstance(Locale) specifies 
> NullPointerException to be thrown if locale's country is null. 
> However, Locale.getCountry() never returns null.
>
> So, I have changed this doc (/NullPointerException - if locale or its 
> country code is null/ ) to (/NullPointerException - if locale is null/ ).
>
> Thanks,
>
> Rachna
>



More information about the i18n-dev mailing list