aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/WitherAlreadyExists.java
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2017-02-09 22:45:45 +0100
committerRoel Spilker <r.spilker@gmail.com>2017-02-09 22:52:38 +0100
commit70f77f928ac7a6edf3ef91a41399c9a79561c871 (patch)
tree228cfbb2ec9f05bf8aa6881c3de5e4037bd9558d /test/transform/resource/after-delombok/WitherAlreadyExists.java
parentb42fef8edc8b3d5458c74c8b049c0cbb842b1ca1 (diff)
downloadlombok-70f77f928ac7a6edf3ef91a41399c9a79561c871.tar.gz
lombok-70f77f928ac7a6edf3ef91a41399c9a79561c871.tar.bz2
lombok-70f77f928ac7a6edf3ef91a41399c9a79561c871.zip
[i1014] Only add lombok.Generated if it is explicitly turned on
Diffstat (limited to 'test/transform/resource/after-delombok/WitherAlreadyExists.java')
-rw-r--r--test/transform/resource/after-delombok/WitherAlreadyExists.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/transform/resource/after-delombok/WitherAlreadyExists.java b/test/transform/resource/after-delombok/WitherAlreadyExists.java
index 352d3f18..8f51af48 100644
--- a/test/transform/resource/after-delombok/WitherAlreadyExists.java
+++ b/test/transform/resource/after-delombok/WitherAlreadyExists.java
@@ -34,7 +34,6 @@ class Wither5 {
}
@java.lang.SuppressWarnings("all")
@javax.annotation.Generated("lombok")
- @lombok.Generated
public Wither5 withFoo(final String foo) {
return this.foo == foo ? this : new Wither5(foo);
}
@@ -47,7 +46,6 @@ class Wither6 {
}
@java.lang.SuppressWarnings("all")
@javax.annotation.Generated("lombok")
- @lombok.Generated
public Wither6 withFoo(final String foo) {
return this.foo == foo ? this : new Wither6(foo);
}
@@ -72,4 +70,4 @@ class Wither9 {
}
Wither9(boolean foo) {
}
-} \ No newline at end of file
+}