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