Browse Source
Prior to this commit the SpEL operators `==` and `!=` were using the Java `==` comparison operator as part of their equality checking. It is more flexible to use the equals() method on Object. Under this commit the change to .equals() has been made and the equality checking code has been pushed into a common method in the Operator superclass. This commit also makes some tweaks to the other operator classes - the Float case was missing from OpGT. Issue: SPR-9194pull/418/head
Andy Clement
11 years ago
committed by
Phillip Webb
6 changed files with 69 additions and 52 deletions
Loading…
Reference in new issue