fix test data

This commit is contained in:
Bas Leijdekkers
2013-10-05 23:13:29 +02:00
parent 0138fecbf5
commit b21a51bac3
3 changed files with 6 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
class Test {
/**
* @throws<EOLWarning/>
* <warning descr="'throws' tag description is missing">@throws</warning>
*/
public void foo() {}

View File

@@ -1,6 +1,6 @@
class Test {
/**
* @throws <warning>Integer</warning> sometimes
<warning descr="Required tag '@throws' java.lang.Exception is missing">/**</warning>
* @throws <warning descr="Class java.lang.Integer is not a descendant of Throwable">Integer</warning> sometimes
*/
public void <warning>foo</warning>() throws Exception {}
public void foo() throws Exception {}
}