test data fixed according to new name suggestions

This commit is contained in:
anna
2010-08-20 13:19:58 +04:00
parent 12ef70ac18
commit 35c566eb50
8 changed files with 8 additions and 8 deletions
@@ -8,7 +8,7 @@ class Outer {
}
class CreateConstructorFromUsage {
public CreateConstructorFromUsage(String s) {
public CreateConstructorFromUsage(String parameter) {
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
}
}
@@ -6,7 +6,7 @@ class Test {
}
class Inner {
public Inner(String s) {
public Inner(String a) {
<selection>//To change body of created methods use File | Settings | File Templates.</selection><caret>
}
}