mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
[tests] message texts in Javadoc highlighting tests
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import java.util.*;
|
||||
class Test<T> {
|
||||
|
||||
public void read(List<T> list){}
|
||||
class Test<T> {
|
||||
public void read(List<T> list) {}
|
||||
|
||||
/**
|
||||
* @see #read(java.util.List<warning><</warning>T<warning>></warning>)
|
||||
* @see #read(java.util.List<warning descr="Illegal character"><</warning>T<warning descr="Illegal character">></warning>)
|
||||
*/
|
||||
public void write(){}
|
||||
public void write() {}
|
||||
}
|
||||
Reference in New Issue
Block a user