Minor fixes

This commit is contained in:
2018-01-28 16:23:15 +01:00
parent 3b3600fb68
commit bcaf8640d4
2 changed files with 6 additions and 5 deletions

View File

@ -14,7 +14,7 @@ import java.io.*;
* @since 0.0.0.1
*/
class ServerTest {
public static void main(String[] args) throws IOException {
public static void main(String[] args) {
EventQueue.invokeLater(() -> {
try {
setup();