mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-02 14:14:20 +00:00
Fixed unit tests to take into account work on issue 289 and 287.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
return true;
|
||||
if ((! (o instanceof DataIgnore)))
|
||||
return false;
|
||||
final DataIgnore other = (DataIgnore) o;
|
||||
final @java.lang.SuppressWarnings("all") DataIgnore other = (DataIgnore) o;
|
||||
if ((! other.canEqual((java.lang.Object) this)))
|
||||
return false;
|
||||
if ((this.getX() != other.getX()))
|
||||
|
||||
Reference in New Issue
Block a user