merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
Showing only changes of commit a012402a85 - Show all commits

View File

@@ -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) {