mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
[java] fixes Javadoc inspection false positive on @see tag (IDEA-168195)
This commit is contained in:
@@ -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() { }
|
||||
|
||||
Reference in New Issue
Block a user