IDEA-42167 Reformat code works wrong

Test data is revised in accordance with corrected algorithm
This commit is contained in:
Denis Zhdanov
2010-05-20 15:12:31 +04:00
parent dd0f5605f4
commit dde1392157
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
class X {
/**
* Has a method called {@link #mymethod(int,int)}.
* Has a method called {@link #mymethod(int, int)}.
*/
public class TestRefactorLink {
public void <caret>mymethod(int y, int z) { }