8242337: javadoc typo in NumberFormat::setMinimumFractionDigits

Reviewed-by: lancea, martin
This commit is contained in:
Naoto Sato 2020-04-08 11:40:33 -07:00
parent 89a33e69a7
commit 62060fc278

View File

@ -865,7 +865,7 @@ public abstract class NumberFormat extends Format {
* Sets the minimum number of digits allowed in the fraction portion of a
* number. minimumFractionDigits must be ≤ maximumFractionDigits. If the
* new value for minimumFractionDigits exceeds the current value
* of maximumFractionDigits, then maximumIntegerDigits will also be set to
* of maximumFractionDigits, then maximumFractionDigits will also be set to
* the new value
*
* @param newValue the minimum number of fraction digits to be shown; if