Style: line length checkstyle fix

This commit is contained in:
Jona Walpert
2026-04-01 11:34:55 +02:00
parent 2906c59f25
commit 60f326c4d5
@@ -93,12 +93,6 @@ public class TaskbarController {
processBet();
}
/**
* Wird aufgerufen, wenn der Exit-Button in der Taskleiste gedrückt wird.
*
* <p>TODO: Logik implementieren, um zur Lobby zurückzukehren, ohne die gesamte Anwendung zu
* schließen (kein System.exit/Platform.exit).
*/
@FXML
private void onExitButtonClick() {
javafx.application.Platform.runLater(