final refactor 2 (problems noticed by intellij)

This commit is contained in:
2026-06-19 15:46:40 +02:00
parent 36814e3166
commit 79ebe6b93e
17 changed files with 28 additions and 40 deletions
@@ -88,7 +88,7 @@ public class ClientLauncherTUI {
* @param args command-line arguments (unused).
* @throws InterruptedException if the thread is interrupted during startup.
*/
public static void main(String[] args) throws InterruptedException {
static void main(String[] args) throws InterruptedException {
new ClientLauncherTUI().start();
}