Add: JavaDOC to ClientLauncherTUI

This commit is contained in:
2026-05-02 19:22:12 +02:00
parent 4a69e2c8db
commit 4fdb99167e
2 changed files with 59 additions and 34 deletions
@@ -40,7 +40,7 @@ public class RMIClient implements IClient {
this.port = port;
}
//TODO Javadoc fix
/**
* Connects to the RMI server and attempts to join the game.
* Looks up the RMI registry to retrieve the {@link IGameServer} stub.