Merge branch 'main' into javadoc-fixes
This commit is contained in:
@@ -77,7 +77,7 @@ public class TUI implements IView {
|
||||
* @param model the new {@link Game} model; must not be {@code null}
|
||||
*/
|
||||
@Override
|
||||
public void update(Game model) {
|
||||
public void setModel(Game model) {
|
||||
this.model = model;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user