mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-27 08:51:23 +07:00
[java] fixes javadoc inspection false positive for split @see tags (IDEA-158662)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class Test {
|
||||
/**
|
||||
* @see
|
||||
* <a href="http://docs.oracle.com/javase/8/docs/technotes/tools/unix/javadoc.html#CHDCDBGG">
|
||||
* Oracle Docs</a>
|
||||
*/
|
||||
void m() { }
|
||||
}
|
||||
Reference in New Issue
Block a user