removed unnecessary methods

master
Alex 2021-12-27 14:30:25 +01:00
parent 6e875e702b
commit 4e8d6c15be
1 changed files with 0 additions and 8 deletions

View File

@ -32,12 +32,4 @@ public class KraSocketClient {
+ "&s="+ this.kraSocketClientConfig.getWebSocketServerName()),
this.kraSocketClientEventInitiater, kraSocketClientProtocol);
}
public void sendMsg(KraSocketClientProtocolMessage kraProtocolMessage) {
this.socketClient.SendMessage(kraProtocolMessage);
}
public String sendTest() {
return "hello";
}
}