Updated abstract 'TurnAutomatonState' class.

Updated the abstract 'TurnAutomatonState' class by updating the JavaDoc text of the constructor.
This commit is contained in:
Daniel Grigencha
2024-12-03 02:15:10 +01:00
parent 5aaf8d4850
commit a012402a85

View File

@@ -13,7 +13,7 @@ public abstract class TurnAutomatonState extends ServerState {
/**
* Constructs a server state of the specified game logic.
*
* @param turnAutomaton as the automaton of the turn state as a GameState object.
* @param turnAutomaton as the automaton of the turn state as a TurnState object.
* @param logic the game logic
*/
public TurnAutomatonState(TurnState turnAutomaton, ServerGameLogic logic) {