removed errors in java doc

This commit is contained in:
Johannes Schmelz
2024-12-02 08:39:47 +01:00
parent 3260d06bc8
commit ff2b64d476
11 changed files with 12 additions and 19 deletions

View File

@@ -496,7 +496,7 @@ public class MonopolyApp extends SimpleApplication implements MonopolyClient, Ga
/**
* Retrieves the unique identifier associated with the server connection.
*
* Checks if a Server is connected and returns {@Code 0} if there is no connection
* Checks if a Server is connected and returns 0 if there is no connection
*
* @return the ID of the connected Server instance.
*/

View File

@@ -58,7 +58,6 @@ public class TestWorld implements GameEventListener {
* Konstruktor für die TestWorld.
*
* @param app Die Hauptanwendung
* @param players Die Liste der Spieler mit ihren Figuren
*/
public TestWorld(MonopolyApp app) {
this.app = app;