Revert "final refactor 4 (problems noticed by intellij)"

This reverts commit 5ddbc34e7d0d50338fb1025c3e852473fc19e7da.
This commit is contained in:
GabrieleRadice
2026-06-19 16:43:50 +02:00
parent 70f53bdd28
commit e1b89886b4
@@ -86,8 +86,9 @@ public class ClientLauncherTUI {
* Launches the TUI client.
*
* @param args command-line arguments (unused).
* @throws InterruptedException if the thread is interrupted during startup.
*/
static void main(String[] args) {
static void main(String[] args) throws InterruptedException {
new ClientLauncherTUI().start();
}