Add: complete javaDOC

This commit is contained in:
2026-06-10 11:43:58 +02:00
parent c099847cbd
commit e45a5bbb98
25 changed files with 429 additions and 616 deletions
@@ -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();
}