throw new BadResumptionTokenException("Sample doesn't support resumptionTokens.");
}
public List getSets() {
ArrayList<SimpleSetInfo> a = new ArrayList<SimpleSetInfo>();
a.add(new SimpleSetInfo("Computer Science", "cs", new HashSet()));
a
.add(new SimpleSetInfo("Cornell University",
"cornell",
new HashSet()));
return a;
}