]> granicus.if.org Git - icu/commitdiff
ICU-13266 Clarifying documentation for NumberFormat#equals(). (#146)
authorShane <sffc@sffc1.com>
Thu, 20 Sep 2018 21:47:10 +0000 (14:47 -0700)
committerShane Carr <shane@unicode.org>
Thu, 27 Sep 2018 21:27:41 +0000 (14:27 -0700)
icu4j/main/classes/core/src/com/ibm/icu/text/NumberFormat.java

index 36779197b0f81c5b9a9b501170e39d11d3174305..5fd90ca203e7e58a1678bfac93f9bcb0a0a5e0b6 100644 (file)
@@ -1141,8 +1141,9 @@ public abstract class NumberFormat extends UFormat {
 
     /**
      * Overrides equals.
-     * Two NumberFormats are equal if they are of the same class
-     * and the settings (groupingUsed, parseIntegerOnly, maximumIntegerDigits, etc.
+     * Two NumberFormats are equal they are of the same class
+     * and the user-specified values for settings
+     * (groupingUsed, parseIntegerOnly, maximumIntegerDigits, etc.)
      * are equal.
      * @param obj the object to compare against
      * @return true if the object is equal to this.