Fix: missing JavaDoc comments and parameter tags

This commit is contained in:
MatteoPellegrino05
2026-05-06 18:49:45 +02:00
parent 35654f6823
commit c7d8af48cc
36 changed files with 161 additions and 97 deletions
@@ -31,7 +31,6 @@ public class TUI implements IView {
/**
* The {@link Game} model whose state is rendered.
* Updated via {@link #update(Game)} whenever the game state changes.
*/
private Game model;