Polish
Closes gh-1669
This commit is contained in:
committed by
Stephane Nicoll
parent
fb61af1882
commit
4c888d0f32
@@ -46,7 +46,7 @@ public class ReactorNettyTcpStompClient extends StompClientSupport {
|
||||
* @param port the port
|
||||
*/
|
||||
public ReactorNettyTcpStompClient(String host, int port) {
|
||||
this.tcpClient = new ReactorNettyTcpClient<byte[]>(host, port, new StompReactorNettyCodec());
|
||||
this.tcpClient = new ReactorNettyTcpClient<>(host, port, new StompReactorNettyCodec());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user