mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 11:50:57 +07:00
8 lines
165 B
Java
8 lines
165 B
Java
class Test {
|
|
/**
|
|
* <warning descr="'throws' tag description is missing">@throws</warning>
|
|
*/
|
|
public void foo() {}
|
|
|
|
class SomeClass {}
|
|
} |