mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
[tests] message texts in Javadoc highlighting tests
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
class Test {
|
||||
/**
|
||||
* <warning>@inheritDoc</warning>
|
||||
*/
|
||||
void a() {
|
||||
}
|
||||
* <warning descr="Tag 'inheritDoc' is not allowed here">@inheritDoc</warning>
|
||||
*/
|
||||
void a() {}
|
||||
}
|
||||
Reference in New Issue
Block a user