mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 00:20:54 +07:00
9 lines
298 B
Java
9 lines
298 B
Java
class Test {
|
|
/**
|
|
* Test.
|
|
* @throws java.lang.Exception in case of problems
|
|
* <warning descr="Duplicate @throws or @exception tag for exception 'java.lang.Exception'">@exception</warning> java.lang.Exception in case of other problems
|
|
*/
|
|
void test() throws java.lang.Exception {
|
|
}
|
|
} |