Merge pull request #74 from rubenpirreram/javadoc-fixes

Javadoc fixes
This commit is contained in:
rubenpirreram
2026-05-02 19:29:47 +02:00
committed by GitHub
4 changed files with 170 additions and 57 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.