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