This commit is contained in:
sigonasr2 2023-05-29 20:55:20 -05:00
parent 82808c30de
commit 216afe7554

View File

@ -112,7 +112,6 @@ class Client {
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
} }
throw new UnsupportedOperationException("Unimplemented method 'run'");
} }
},100,100); },100,100);
// sends output to the socket // sends output to the socket