Maps based on String not League object.
This commit is contained in:
@@ -25,8 +25,9 @@ public class LeagueService {
|
||||
new DescComparator<PlayerStanding>(new OpponentsWinComparator()));
|
||||
|
||||
private LeagueDAO _leagueDao;
|
||||
private CachedLeaguePointsDAO _leaguePointsDao;
|
||||
|
||||
// Cached on this layer
|
||||
private CachedLeaguePointsDAO _leaguePointsDao;
|
||||
private CachedLeagueMatchDAO _leagueMatchDao;
|
||||
private CachedLeagueParticipationDAO _leagueParticipationDAO;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user