mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 09:45:26 +00:00
ICU-13266 Clarifying documentation for NumberFormat#equals(). (#146)
This commit is contained in:
parent
f6838b8b82
commit
056b3bd567
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue