Add Annotation 'Override' to com.iluwatar.reactor.app.AppClient.TcpLoggingClient.run method.
This commit is contained in:
parent
d915b66e70
commit
9eb8c30bcb
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user