ICU-4971 format new private variable comment block

X-SVN-Rev: 25116
This commit is contained in:
Jason Spieth 2008-12-15 20:38:34 +00:00
parent 9755d8714b
commit 6114fbe9b6

View file

@ -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>