ICU-13266 Clarifying documentation for NumberFormat#equals(). (#146)

This commit is contained in:
Shane 2018-09-20 14:47:10 -07:00 committed by GitHub
parent f6838b8b82
commit 056b3bd567
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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.