final refactor 2 (problems noticed by intellij)
This commit is contained in:
@@ -64,7 +64,7 @@ public class ServerLauncher {
|
||||
* @param args command-line arguments (unused).
|
||||
* @throws RemoteException if the RMI server cannot be created.
|
||||
*/
|
||||
public static void main(String[] args) throws RemoteException {
|
||||
static void main(String[] args) throws RemoteException {
|
||||
LimitedMap<String, Boolean> playerList = new LimitedMap<>(5, () -> {});
|
||||
BlockingQueue<NetworkEvent> actionQueue = new LinkedBlockingQueue<>();
|
||||
GameController gameController = new GameController();
|
||||
|
||||
Reference in New Issue
Block a user