Fix: missing JavaDoc comments and parameter tags
This commit is contained in:
@@ -19,7 +19,6 @@ import java.net.*;
|
||||
/**
|
||||
* Main server launcher that handles both TCP and RMI connections.
|
||||
* The workflow is divided into two parts: game creation and game execution.
|
||||
*
|
||||
* The process flow for game creation is as follows:
|
||||
* - The first client (TCP/RMI) requests to join the game by providing a username and the desired number of players
|
||||
* - The TCP/RMI server checks {@link #playerList} and, if it is empty, sets the number of players according to the first user's request using {@link LimitedList#setLimit(int)}
|
||||
|
||||
Reference in New Issue
Block a user