]> granicus.if.org Git - icu/commitdiff
ICU-10172 Minor wording adjustments in DecimalFormat set/getRoundingIncrement API...
authorYoshito Umaoka <y.umaoka@gmail.com>
Thu, 13 Jun 2013 15:02:34 +0000 (15:02 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Thu, 13 Jun 2013 15:02:34 +0000 (15:02 +0000)
X-SVN-Rev: 33823

icu4c/source/i18n/unicode/decimfmt.h

index bcdff2d4834c70ddda05dccb897dc8556d05b2c8..80385ee0bd3d15ea3c311c218a2e47f4919b5368 100644 (file)
@@ -1305,7 +1305,7 @@ public:
 
     /**
      * Get the rounding increment.
-     * @return A positive rounding increment, or 0.0 if a rounding
+     * @return A positive rounding increment, or 0.0 if a custom rounding
      * increment is not in effect.
      * @see #setRoundingIncrement
      * @see #getRoundingMode
@@ -1317,7 +1317,8 @@ public:
     /**
      * Set the rounding increment.  In the absence of a rounding increment,
      *    numbers will be rounded to the number of digits displayed.
-     * @param newValue A positive rounding increment.
+     * @param newValue A positive rounding increment, or 0.0 to
+     * use the default rounding increment.
      * Negative increments are equivalent to 0.0.
      * @see #getRoundingIncrement
      * @see #getRoundingMode