mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
[tests] javadoc highlighting tests merger and cleanup
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class Test {
|
||||
/**
|
||||
* @throws ArrayIndexOutOfBoundsException in some case
|
||||
* @throws ArrayIndexOutOfBoundsException and in some other case
|
||||
*/
|
||||
void foo() throws ArrayIndexOutOfBoundsException {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user