mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 03:37:58 +07:00
7 lines
182 B
Java
7 lines
182 B
Java
class Foo {
|
|
/**
|
|
* <warning descr="'@throws' tag description is missing">@throws</warning> RuntimeException<error descr="Identifier expected">.</error>
|
|
*/
|
|
void foo() {
|
|
}
|
|
} |