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