[java] fixes Javadoc inspection false positive on @see tag (IDEA-168195)

This commit is contained in:
Roman Shevchenko
2017-02-20 20:06:40 +01:00
parent 7482574921
commit 98d2e29dfa
2 changed files with 9 additions and 7 deletions

View File

@@ -1,7 +1,8 @@
class Test {
/**
* @see
* <a href="http://docs.oracle.com/javase/8/docs/technotes/tools/unix/javadoc.html#CHDCDBGG">
* <a
* href="http://docs.oracle.com/javase/8/docs/technotes/tools/unix/javadoc.html#CHDCDBGG">
* Oracle Docs</a>
*/
void m() { }