mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-4971 format new private variable comment block
X-SVN-Rev: 25116
This commit is contained in:
parent
9755d8714b
commit
6114fbe9b6
1 changed files with 1 additions and 1 deletions
|
@ -5404,7 +5404,7 @@ public class DecimalFormat extends NumberFormat {
|
|||
private int roundingMode = BigDecimal.ROUND_HALF_EVEN;
|
||||
|
||||
// [NEW]
|
||||
/**
|
||||
/**
|
||||
* Operations on <code>BigDecimal</code> numbers are controlled by a
|
||||
* {@link MathContext} object, which provides the context (precision and
|
||||
* other information) for the operation. The default <code>MathContext</code>
|
||||
|
|
Loading…
Add table
Reference in a new issue