I have a method:
public List sortStuff(List toSort) { java.util.Collections.sort(toSort); return toSort; }
T
You will need to change the return type of your method