mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-06 19:09:57 +08:00
cleanup code
This commit is contained in:
@@ -70,7 +70,7 @@ public abstract class ProtocolBootstrap implements HealthIndicator {
|
||||
|
||||
if (tcpCfg != null) {
|
||||
|
||||
listener = new TcpListener<>(protocolName, tcpCfg, messageProcessor(), protocolContext.getStatsFactory());
|
||||
listener = new TcpListener(protocolName, tcpCfg, messageProcessor(), protocolContext.getStatsFactory());
|
||||
}
|
||||
|
||||
_init();
|
||||
|
||||
Reference in New Issue
Block a user