Files
2024-11-14 17:05:05 +00:00

7 lines
139 B
Java

class Foo {
/**
* <warning descr="'@throws' tag description is missing">@throws</warning> RuntimeException.
*/
void foo() {
}
}