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:
anna
2010-10-06 22:00:40 +04:00
parent fb48f50a1b
commit aa951c8272
3 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ class Super {
void m1(String p2) {}
/**
* @see #m1( String)
* @see #m1(String)
*/
void m2() {}
}