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,8 +1,8 @@
|
||||
class Test {
|
||||
/**
|
||||
* This element was written by {@link Test#write(Object, <error>XmlWriter</error>)}
|
||||
/**
|
||||
* This element was written by {@link Test#write(Object, <error descr="Cannot resolve symbol 'XmlWriter'">XmlWriter</error>)}
|
||||
* method. So <code>read</code> and <code>write</code> methods should be consistent.
|
||||
*/
|
||||
public void read(){}
|
||||
public void write(Object o, <error>XmlWriter</error> writer){}
|
||||
public void read() {}
|
||||
public void write(Object o, <error descr="Cannot resolve symbol 'XmlWriter'">XmlWriter</error> writer) {}
|
||||
}
|
||||
Reference in New Issue
Block a user