mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
test data fixed according to new name suggestions
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ public class Test {
|
||||
}
|
||||
|
||||
private static class MyCollection implements Collection {
|
||||
public MyCollection(int i, String s) {<caret>
|
||||
public MyCollection(int i, String test) {<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -7,7 +7,7 @@ public class Test {
|
||||
}
|
||||
|
||||
private static class MyArrayList extends ArrayList {
|
||||
public MyArrayList(int i, String s) {<caret>
|
||||
public MyArrayList(int i, String test) {<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -8,7 +8,7 @@ public class Test {
|
||||
}
|
||||
|
||||
private static class MyCollection implements Collection {
|
||||
public MyCollection(int i, String s) {<caret>
|
||||
public MyCollection(int i, String test) {<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user