mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-100367 package-info.java should specify the full package names for @link
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* @see XHell<caret>
|
||||
*/
|
||||
package foo.bar;
|
||||
|
||||
class XHello {
|
||||
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* @see foo.bar.XHello<caret>
|
||||
*/
|
||||
package foo.bar;
|
||||
|
||||
class XHello {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user