IDEA-19061 Integrate the Rearranger-plugin into core-IDEA

Test data is updated
This commit is contained in:
Denis.Zhdanov
2012-09-06 13:21:42 +04:00
parent 58e8c13289
commit cbd0fe4e8e
18 changed files with 1 additions and 191 deletions
@@ -6,5 +6,4 @@ class Test {
System.out.println(MessageFormat.format("i: {0}", i));
System.out.println(MessageFormat.format("k: {0}", j));
}
}
@@ -7,5 +7,4 @@ class Test {
System.out.println(MessageFormat.format("i: {0}", i));
System.out.println(MessageFormat.format("k: {0}", k));
}
}
@@ -48,7 +48,6 @@ public class Demo {
this.content = content;
}
}
}