aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/ConflictingStaticConstructorNames.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/transform/resource/after-ecj/ConflictingStaticConstructorNames.java')
-rw-r--r--test/transform/resource/after-ecj/ConflictingStaticConstructorNames.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/transform/resource/after-ecj/ConflictingStaticConstructorNames.java b/test/transform/resource/after-ecj/ConflictingStaticConstructorNames.java
index f8aff69c..0d234d36 100644
--- a/test/transform/resource/after-ecj/ConflictingStaticConstructorNames.java
+++ b/test/transform/resource/after-ecj/ConflictingStaticConstructorNames.java
@@ -4,7 +4,7 @@
return true;
if ((! (o instanceof ConflictingStaticConstructorNames)))
return false;
- final @java.lang.SuppressWarnings("all") ConflictingStaticConstructorNames other = (ConflictingStaticConstructorNames) o;
+ final ConflictingStaticConstructorNames other = (ConflictingStaticConstructorNames) o;
if ((! other.canEqual((java.lang.Object) this)))
return false;
return true;