mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
do not break qualifier removal into 2 transactions: one to remove qualifier and another one to remove leading dot (IllegalArgumentException is thrown by ChangeSignatureDetector)
This commit is contained in:
@@ -2,7 +2,7 @@ class Super {
|
||||
void m1(String p2) {}
|
||||
|
||||
/**
|
||||
* @see #m1( String)
|
||||
* @see #m1(String)
|
||||
*/
|
||||
void m2() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user