diff options
Diffstat (limited to 'test/transform/resource/after-delombok/WitherWithAbstract.java')
-rw-r--r-- | test/transform/resource/after-delombok/WitherWithAbstract.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/transform/resource/after-delombok/WitherWithAbstract.java b/test/transform/resource/after-delombok/WitherWithAbstract.java index d5bfeef8..5acb8e84 100644 --- a/test/transform/resource/after-delombok/WitherWithAbstract.java +++ b/test/transform/resource/after-delombok/WitherWithAbstract.java @@ -2,5 +2,6 @@ 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 |