8075315: API doc of Currency.getInstance(Locale) method is incorrect

Updated API doc of Currency.getInstance(Locale)method.

Reviewed-by: peytoia, naoto
This commit is contained in:
Rachna Goel 2015-10-08 17:03:07 +05:30 committed by Naoto Sato
parent 25c1cff728
commit 3848cce42f

View File

@ -371,8 +371,8 @@ public final class Currency implements Serializable {
* instance is needed
* @return the <code>Currency</code> instance for the country of the given
* locale, or {@code null}
* @exception NullPointerException if <code>locale</code> or its country
* code is {@code null}
* @exception NullPointerException if <code>locale</code>
* is {@code null}
* @exception IllegalArgumentException if the country of the given {@code locale}
* is not a supported ISO 3166 country code.
*/