diff options
author | Roel Spilker <r.spilker@gmail.com> | 2011-11-01 00:53:21 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2011-11-01 00:53:21 +0100 |
commit | 2fcfc4c3dc0b7058fda8aadd9253c3011e967e28 (patch) | |
tree | 2874f7bd6ab04ed022e70dd3eb4e2f35f919a99c /test/transform/resource/after-ecj/GetterLazyEahcToString.java | |
parent | 58f0117d207d3c915f063b3f87a5c9bee5bb6dca (diff) | |
download | lombok-2fcfc4c3dc0b7058fda8aadd9253c3011e967e28.tar.gz lombok-2fcfc4c3dc0b7058fda8aadd9253c3011e967e28.tar.bz2 lombok-2fcfc4c3dc0b7058fda8aadd9253c3011e967e28.zip |
Fixed unit tests to take into account work on issue 289 and 287.
Diffstat (limited to 'test/transform/resource/after-ecj/GetterLazyEahcToString.java')
-rw-r--r-- | test/transform/resource/after-ecj/GetterLazyEahcToString.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/transform/resource/after-ecj/GetterLazyEahcToString.java b/test/transform/resource/after-ecj/GetterLazyEahcToString.java index dc732861..4876bd67 100644 --- a/test/transform/resource/after-ecj/GetterLazyEahcToString.java +++ b/test/transform/resource/after-ecj/GetterLazyEahcToString.java @@ -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())))) |