summaryrefslogtreecommitdiffstats
path: root/testData/results/TestDeprecations.dec
diff options
context:
space:
mode:
Diffstat (limited to 'testData/results/TestDeprecations.dec')
-rw-r--r--testData/results/TestDeprecations.dec5
1 files changed, 0 insertions, 5 deletions
diff --git a/testData/results/TestDeprecations.dec b/testData/results/TestDeprecations.dec
index 9dd5737..237ac9c 100644
--- a/testData/results/TestDeprecations.dec
+++ b/testData/results/TestDeprecations.dec
@@ -1,15 +1,12 @@
package pkg;
-
public class TestDeprecations {
-
/** @deprecated */
public int byComment;
/** @deprecated */
@Deprecated
public int byAnno;
-
/** @deprecated */
public void byComment() {
}
@@ -22,11 +19,9 @@ public class TestDeprecations {
/** @deprecated */
@Deprecated
public static class ByAnno {
-
}
/** @deprecated */
public static class ByComment {
-
}
}