New getAll methods.

This commit is contained in:
Olof Larsson
2015-08-03 16:17:38 +02:00
parent 4a18daf2d9
commit 0642b0ede4
5 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ public class CmdFactionsList extends FactionsCommand
public void run()
{
// Create Pager
final List<Faction> factions = FactionColl.get().getAll(null, FactionListComparator.get());
final List<Faction> factions = FactionColl.get().getAll(FactionListComparator.get());
final PagerSimple<Faction> pager = new PagerSimple<Faction>(factions, sender);
// Use Pager