mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-25 06:01:39 +07:00
3af0d4d509
GitOrigin-RevId: 8897fd1a878deea3a724b8632fadd2e3b9095f06
6 lines
179 B
Java
6 lines
179 B
Java
class Test {
|
|
/**
|
|
* <warning descr="'@throws' tag description is missing"><warning descr="Class reference expected">@throws</warning></warning>
|
|
*/
|
|
public void foo() {}
|
|
} |