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