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(){}
}