michaelzinn
08/16/2017, 10:56 AMjava.lang.IllegalArgumentException: Parameter type must not include a type variable or wildcard: java.util.List<? extends java.util.List<java.lang.String>>
. Why does it turn into ? extends ...
and what’s the best solution here?