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/DataIgnore.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/transform/resource/after-ecj/DataIgnore.java') diff --git a/test/transform/resource/after-ecj/DataIgnore.java b/test/transform/resource/after-ecj/DataIgnore.java index fb700ee2..109bf1d6 100644 --- a/test/transform/resource/after-ecj/DataIgnore.java +++ b/test/transform/resource/after-ecj/DataIgnore.java @@ -13,7 +13,7 @@ return true; if ((! (o instanceof DataIgnore))) return false; - final DataIgnore other = (DataIgnore) o; + final @java.lang.SuppressWarnings("all") DataIgnore other = (DataIgnore) o; if ((! other.canEqual((java.lang.Object) this))) return false; if ((this.getX() != other.getX())) -- cgit