mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
safe delete parameter: typo in javadoc ref composition (IDEA-140384)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
public void abc(Integer arg1, String ar<caret>g2, Integer arg3) {}
|
||||
|
||||
/** {@link #abc(Integer, String, Integer)} */
|
||||
public void def() {}
|
||||
}
|
||||
Reference in New Issue
Block a user