mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
test data fixed according to new name suggestions
This commit is contained in:
@@ -4,7 +4,7 @@ import java.util.List;
|
||||
public class X<T> {
|
||||
private List<T> myList;
|
||||
|
||||
public void set(List<T> list, String s) {
|
||||
public void set(List<T> list, String aaa) {
|
||||
myList = list;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user