Maps based on String not League object.

This commit is contained in:
marcins78@gmail.com
2012-05-02 15:38:16 +00:00
parent ccb12c533f
commit f2a6d93d50

View File

@@ -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;