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 {
|
||||
/**
|
||||
* @param <error>param</error> some param
|
||||
*/
|
||||
public void foo() {
|
||||
}
|
||||
/**
|
||||
* @param <error descr="Cannot resolve symbol 'param'">param</error> some param
|
||||
*/
|
||||
public void foo() { }
|
||||
}
|
||||
Reference in New Issue
Block a user