mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
test data fixed according to new name suggestions
This commit is contained in:
+1
-1
@@ -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>
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user