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