Fix bug in test class
This commit is contained in:
parent
81697eee64
commit
bea072689b
@ -41,7 +41,7 @@ class TestClassWildcards
|
|||||||
}
|
}
|
||||||
|
|
||||||
public List<Collection<Object>> test3(List<List<String>> input){
|
public List<Collection<Object>> test3(List<List<String>> input){
|
||||||
List<Collection<Object> listOfObjects = input;
|
List<Collection<Object>> listOfObjects = input;
|
||||||
return listOfObjects;
|
return listOfObjects;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user