Fixing showing tournament standings.

This commit is contained in:
marcins78@gmail.com
2012-11-26 21:30:43 +00:00
parent a5bff4255d
commit 8dfb8aad03

View File

@@ -36,7 +36,7 @@ public class DefaultTournament implements Tournament {
private Map<String, Integer> _playerByes;
private Set<String> _currentlyPlayingPlayers;
private Set<TournamentMatch> _finishedTournamentMatches;
private Set<TournamentMatch> _finishedTournamentMatches = new HashSet<TournamentMatch>();
private TournamentService _tournamentService;