Add Annotation 'Override' to com.iluwatar.reactor.app.AppClient.TcpLoggingClient.run method.

This commit is contained in:
zenuo 2018-07-18 17:06:19 +08:00
parent d915b66e70
commit 9eb8c30bcb

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();