mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
javadoc bad characters (IDEADEV-10643)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import java.util.*;
|
||||
class Test<T> {
|
||||
|
||||
public void read(List<T> list){}
|
||||
|
||||
/**
|
||||
* @see #read(java.util.List<warning><</warning>T<warning>></warning>)
|
||||
*/
|
||||
public void write(){}
|
||||
}
|
||||
Reference in New Issue
Block a user