From 70f77f928ac7a6edf3ef91a41399c9a79561c871 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Thu, 9 Feb 2017 22:45:45 +0100 Subject: [i1014] Only add lombok.Generated if it is explicitly turned on --- test/transform/resource/after-delombok/WitherWithAbstract.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/transform/resource/after-delombok/WitherWithAbstract.java') 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 +} -- cgit