Style: Apply Spotless

This commit is contained in:
Mathis Ginkel
2026-04-24 14:04:12 +02:00
parent 571c616ce9
commit 4a3c885b68
2 changed files with 3 additions and 2 deletions
@@ -262,7 +262,6 @@ public class CasinoGameController {
this.chatUsername = username;
this.chatClientService = clientService;
this.chatLobbyId = lobbyId;
//startChat(chatController);
}
/**
@@ -58,7 +58,9 @@ public class CasinoGameUI extends Application {
CasinoGameUI.username = username;
}
public static void setChatController(ChatController chatController) {CasinoGameUI.chatController = chatController;}
public static void setChatController(ChatController chatController) {
CasinoGameUI.chatController = chatController;
}
/**
* Sets the lobby ID to be used by the application.