Merge pull request #774 from zenuo/master

Add an 'Override' annotaion
This commit is contained in:
Ilkka Seppälä
2018-08-01 16:02:23 +03:00
committed by GitHub

View File

@ -115,6 +115,7 @@ public class AppClient {
this.serverPort = serverPort;
}
@Override
public void run() {
try (Socket socket = new Socket(InetAddress.getLocalHost(), serverPort)) {
OutputStream outputStream = socket.getOutputStream();