mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-03 15:50:52 +07:00
[tests] message texts in Javadoc highlighting tests
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
class Test {
|
||||
public static final int A = 1;
|
||||
public static final int A = 1;
|
||||
|
||||
/**
|
||||
* Value is {@value <error>#A</error>}
|
||||
* @param ppp .
|
||||
*/
|
||||
public void i(int ppp) {}
|
||||
/**
|
||||
* Value is {@value <error descr="@value tag may not have any arguments when JDK 1.4 or earlier is used">#A</error>}
|
||||
* @param ppp .
|
||||
*/
|
||||
public void i(int ppp) {}
|
||||
}
|
||||
Reference in New Issue
Block a user