aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/transform/resource/after-delombok/DelegateWithDeprecated.java5
-rw-r--r--test/transform/resource/after-ecj/DelegateWithDeprecated.java5
2 files changed, 0 insertions, 10 deletions
diff --git a/test/transform/resource/after-delombok/DelegateWithDeprecated.java b/test/transform/resource/after-delombok/DelegateWithDeprecated.java
index 011eaf36..04e12160 100644
--- a/test/transform/resource/after-delombok/DelegateWithDeprecated.java
+++ b/test/transform/resource/after-delombok/DelegateWithDeprecated.java
@@ -1,17 +1,12 @@
class DelegateWithDeprecated {
-
private Bar bar;
-
private interface Bar {
-
@Deprecated
void deprecatedAnnotation();
/** @deprecated */
void deprecatedComment();
-
void notDeprecated();
}
-
@java.lang.Deprecated
@java.lang.SuppressWarnings("all")
public void deprecatedAnnotation() {
diff --git a/test/transform/resource/after-ecj/DelegateWithDeprecated.java b/test/transform/resource/after-ecj/DelegateWithDeprecated.java
index 011eaf36..04e12160 100644
--- a/test/transform/resource/after-ecj/DelegateWithDeprecated.java
+++ b/test/transform/resource/after-ecj/DelegateWithDeprecated.java
@@ -1,17 +1,12 @@
class DelegateWithDeprecated {
-
private Bar bar;
-
private interface Bar {
-
@Deprecated
void deprecatedAnnotation();
/** @deprecated */
void deprecatedComment();
-
void notDeprecated();
}
-
@java.lang.Deprecated
@java.lang.SuppressWarnings("all")
public void deprecatedAnnotation() {