Add: complete javaDOC
This commit is contained in:
@@ -206,9 +206,16 @@ public class GameController {
|
||||
return model.totemChoice(player, Totems.valueOf(totem));
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link #endGameForFeit()} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public synchronized void EndGameForFeit() { endGameForFeit(); }
|
||||
|
||||
/**
|
||||
* Ends the game due to forfeit: all remaining players are absent,
|
||||
* so the game is terminated and final scores are computed.
|
||||
*/
|
||||
public synchronized void endGameForFeit() {
|
||||
model.endGameForFeit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user