Updated abstract 'TurnAutomatonState' class.
Updated the abstract 'TurnAutomatonState' class by updating the JavaDoc text of the constructor.
This commit is contained in:
@@ -13,7 +13,7 @@ public abstract class TurnAutomatonState extends ServerState {
|
|||||||
/**
|
/**
|
||||||
* Constructs a server state of the specified game logic.
|
* 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
|
* @param logic the game logic
|
||||||
*/
|
*/
|
||||||
public TurnAutomatonState(TurnState turnAutomaton, ServerGameLogic logic) {
|
public TurnAutomatonState(TurnState turnAutomaton, ServerGameLogic logic) {
|
||||||
|
|||||||
Reference in New Issue
Block a user