aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-eclipse/GetterLazyEahcToString.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/transform/resource/after-eclipse/GetterLazyEahcToString.java')
-rw-r--r--test/transform/resource/after-eclipse/GetterLazyEahcToString.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/transform/resource/after-eclipse/GetterLazyEahcToString.java b/test/transform/resource/after-eclipse/GetterLazyEahcToString.java
index dc732861..4876bd67 100644
--- a/test/transform/resource/after-eclipse/GetterLazyEahcToString.java
+++ b/test/transform/resource/after-eclipse/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()))))