javadoc bad characters (IDEADEV-10643)

This commit is contained in:
anna
2009-11-24 13:37:53 +03:00
parent be2491c1d5
commit b3eff58dd9
3 changed files with 33 additions and 2 deletions

View File

@@ -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(){}
}