Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.2.0
-
None
-
Reviewed
Description
"return getLocalizerId().equals(other) && ...;" should be
"return getLocalizerId().equals(other. getLocalizerId()) && ...;"
getLocalizerId() returns String. It's expected to compare this.getLocalizerId() against other.getLocalizerId().