diff options
Diffstat (limited to 'test/transform/resource/after-delombok/WitherWithAbstract.java')
-rw-r--r-- | test/transform/resource/after-delombok/WitherWithAbstract.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/transform/resource/after-delombok/WitherWithAbstract.java b/test/transform/resource/after-delombok/WitherWithAbstract.java index 5acb8e84..7cbb1309 100644 --- a/test/transform/resource/after-delombok/WitherWithAbstract.java +++ b/test/transform/resource/after-delombok/WitherWithAbstract.java @@ -2,6 +2,5 @@ abstract class WitherWithAbstract { String foo; @java.lang.SuppressWarnings("all") @javax.annotation.Generated("lombok") - @lombok.Generated public abstract WitherWithAbstract withFoo(final String foo); -}
\ No newline at end of file +} |