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,8 +1,8 @@
|
||||
class Test {
|
||||
public int A = 1;
|
||||
public int A = 1;
|
||||
|
||||
/**
|
||||
* Value is {@value <error>#A</error>}
|
||||
*/
|
||||
public void i() {}
|
||||
/**
|
||||
* Value is {@value <error descr="@value tag must reference a static field">#A</error>}
|
||||
*/
|
||||
public void i() {}
|
||||
}
|
||||
Reference in New Issue
Block a user