From 2fcfc4c3dc0b7058fda8aadd9253c3011e967e28 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Tue, 1 Nov 2011 00:53:21 +0100 Subject: Fixed unit tests to take into account work on issue 289 and 287. --- test/transform/resource/after-ecj/GetterLazyEahcToString.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/transform/resource/after-ecj/GetterLazyEahcToString.java') 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())))) -- cgit