Cleanup (test data corrected)

This commit is contained in:
Roman Shevchenko
2016-03-09 11:24:07 +01:00
parent 42db164176
commit 55af2c9fdd
4 changed files with 8 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
class Foo {
/**
* {<warning descr="Javadoc pointing to itself">@link</warning> #foo()}
*/
void foo(){}
}

View File

@@ -1,6 +1,6 @@
class Test {
/**
* @see A#<EOLWarning/>
* @see A#<EOLWarning descr="Name expected"></EOLWarning>
*/
public void i() {}

View File

@@ -1,6 +0,0 @@
class Foo {
/**
* {<warning>@link</warning> #foo()}
*/
void foo(){}
}