mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-05 14:11:26 +07:00
[tests] javadoc highlighting tests merger and cleanup
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class Test {
|
||||
/**
|
||||
* Test.
|
||||
* @serial something
|
||||
* <warning descr="Duplicate @serial tag">@serial</warning> something else
|
||||
*/
|
||||
private int a;
|
||||
}
|
||||
Reference in New Issue
Block a user