diff options
Diffstat (limited to 'test/data/format/javaDeprecated.java')
-rw-r--r-- | test/data/format/javaDeprecated.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/data/format/javaDeprecated.java b/test/data/format/javaDeprecated.java deleted file mode 100644 index 9694a444..00000000 --- a/test/data/format/javaDeprecated.java +++ /dev/null @@ -1,5 +0,0 @@ -class Foo { - /** @deprecated use {@link #bar} instead */ - public void foo() {} - public void bar() {} -} |