Hello, I tried to wrap next code in pre..:
public class Tynopet<T extends Framework> {}
final List<List<String>> multipleList = new ArrayList<>();
and get the output:
public class Tynopet<T extends Framework> {}
final List<list<string>> multipleList = new ArrayList<>();</list<string>
How to fix this? Thank you