Revert "final refactor 4 (problems noticed by intellij)"
This reverts commit 5ddbc34e7d0d50338fb1025c3e852473fc19e7da.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user