aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/ConflictingStaticConstructorNames.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/transform/resource/after-delombok/ConflictingStaticConstructorNames.java')
-rw-r--r--test/transform/resource/after-delombok/ConflictingStaticConstructorNames.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/transform/resource/after-delombok/ConflictingStaticConstructorNames.java b/test/transform/resource/after-delombok/ConflictingStaticConstructorNames.java
index ae0c46bc..30aefaa0 100644
--- a/test/transform/resource/after-delombok/ConflictingStaticConstructorNames.java
+++ b/test/transform/resource/after-delombok/ConflictingStaticConstructorNames.java
@@ -4,8 +4,8 @@ class ConflictingStaticConstructorNames {
public boolean equals(final java.lang.Object o) {
if (o == this) return true;
if (!(o instanceof ConflictingStaticConstructorNames)) return false;
- final ConflictingStaticConstructorNames other = (ConflictingStaticConstructorNames)o;
- if (!other.canEqual((java.lang.Object)this)) return false;
+ final ConflictingStaticConstructorNames other = (ConflictingStaticConstructorNames) o;
+ if (!other.canEqual((java.lang.Object) this)) return false;
return true;
}
@java.lang.SuppressWarnings("all")
@@ -26,4 +26,4 @@ class ConflictingStaticConstructorNames {
@java.lang.SuppressWarnings("all")
public ConflictingStaticConstructorNames() {
}
-} \ No newline at end of file
+}