final refactor 4 (problems noticed by intellij)

This commit is contained in:
2026-06-19 15:54:09 +02:00
parent b8cde926b0
commit 70f53bdd28
@@ -86,9 +86,8 @@ 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) throws InterruptedException {
static void main(String[] args) {
new ClientLauncherTUI().start();
}