mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
change signature: do not multiple javadocs (IDEA-94465)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class X {
|
||||
|
||||
/**
|
||||
* Has a method called {@link #mymethod(boolean)}.
|
||||
*/
|
||||
public class TestRefactorLink {
|
||||
/**
|
||||
* @param a aparam
|
||||
*/
|
||||
public void <caret>mymethod(boolean a) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user