escape initializer text for quick javadoc (IDEA-114911)

This commit is contained in:
anna
2013-10-21 18:34:57 +02:00
parent d86e31fff5
commit 835549ca5f
4 changed files with 11 additions and 5 deletions
@@ -0,0 +1,3 @@
class A {
public String strings = "A<BLANK>B";
}