5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
public class PTGen {
|
||
|
m(List<E> list) {
|
||
|
return list;
|
||
|
}
|
||
|
}
|