This commit is contained in:
Till Schnell 2021-05-20 11:58:07 +02:00
parent 97483714e7
commit 74b9b024ee

View File

@ -3,7 +3,7 @@ import java.util.List;
class TestClassWildcardsLib
{
//public <T> List<T> merge (List<T> l1, List<T> l2) {
// public <T> List<T> merge (List<T> l1, List<T> l2) {
// l2.forEach(s -> {if(!l1.contains(s)) l1.add(s);});
// return l2;
// }