Changed compiler compliance to 11, modularized all packages (#114)

* added module- and package-info.java, changed JRE from 8 to 11

* updated maven from Java 1.8 to 11

Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
This commit is contained in:
delvh
2020-03-07 19:38:06 +01:00
committed by GitHub
parent 930d1cebe1
commit 9896339f92
14 changed files with 163 additions and 79 deletions

View File

@@ -85,7 +85,7 @@ public class Client implements Closeable {
rejected = false;
// Start receiver
new Thread(receiver).start();
receiver.start();
// Write login credentials
SerializationUtils.writeBytesWithLength(credentials, socket.getOutputStream());