IDEA-145931 Garbage text when viewing JDK Javadoc

This commit is contained in:
Dmitry Batrak
2015-10-06 15:01:47 +03:00
parent 3e8e0eb559
commit 5a1a0305b5
5 changed files with 210 additions and 5 deletions
@@ -0,0 +1,7 @@
package com.jetbrains;
/**
* Doc here
*/
public interface SimpleInterface {
}