8242337: javadoc typo in NumberFormat::setMinimumFractionDigits
Reviewed-by: lancea, martin
This commit is contained in:
parent
89a33e69a7
commit
62060fc278
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user