mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-02 08:13:10 +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 DataWithGetterNone)))
|
||||
return false;
|
||||
final DataWithGetterNone other = (DataWithGetterNone) o;
|
||||
final @java.lang.SuppressWarnings("all") DataWithGetterNone other = (DataWithGetterNone) o;
|
||||
if ((! other.canEqual((java.lang.Object) this)))
|
||||
return false;
|
||||
if ((this.x != other.x))
|
||||
|
||||
Reference in New Issue
Block a user