mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 18:50:54 +07:00
[tests] javadoc highlighting tests merger and cleanup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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 {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user