Uncomment and fix annotation spelling

This commit is contained in:
Andy Janata 2018-03-15 21:31:18 -07:00
parent 89e164e1e4
commit f7386c8a09
1 changed files with 6 additions and 5 deletions

View File

@ -31,17 +31,18 @@ import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import net.socialgamer.cah.data.Game.TooManyPlayersException;
import net.socialgamer.cah.data.GameManager.GameId;
import net.socialgamer.cah.task.BroadcastGameListUpdateTask;
import org.apache.log4j.Logger;
import com.google.common.annotations.VisibleForTesting;
import com.google.inject.BindingAnnotation;
import com.google.inject.Inject;
import com.google.inject.Provider;
import com.google.inject.Singleton;
import net.socialgamer.cah.data.Game.TooManyPlayersException;
import net.socialgamer.cah.data.GameManager.GameId;
import net.socialgamer.cah.task.BroadcastGameListUpdateTask;
/**
* Manage games for the server.
@ -261,7 +262,7 @@ public class GameManager implements Provider<Integer> {
}
}
// @VisibileForTesting
@VisibleForTesting
Map<Integer, Game> getGames() {
return games;
}