aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/WitherWithAbstract.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/transform/resource/after-ecj/WitherWithAbstract.java')
-rw-r--r--test/transform/resource/after-ecj/WitherWithAbstract.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/transform/resource/after-ecj/WitherWithAbstract.java b/test/transform/resource/after-ecj/WitherWithAbstract.java
index de53630d..90fd6448 100644
--- a/test/transform/resource/after-ecj/WitherWithAbstract.java
+++ b/test/transform/resource/after-ecj/WitherWithAbstract.java
@@ -3,5 +3,5 @@ abstract class WitherWithAbstract {
WitherWithAbstract() {
super();
}
- public abstract @java.lang.SuppressWarnings("all") @javax.annotation.Generated("lombok") @lombok.Generated WitherWithAbstract withFoo(final String foo);
+ public abstract @java.lang.SuppressWarnings("all") @javax.annotation.Generated("lombok") WitherWithAbstract withFoo(final String foo);
}