mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-27 08:51:23 +07:00
[tests] javadoc highlighting tests merger and cleanup
This commit is contained in:
@@ -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