fix : Modify the wrongly written variable(#1187) (#812)

pull/1206/head
pizihao 2 years ago
parent 18999970db
commit a67d117b41

@ -79,7 +79,7 @@ public class ThreadPoolAdapterRegister implements ApplicationRunner, ThreadPoolA
String clientAddress = CloudCommonIdUtil.getClientIpPort(environment, hippo4jInetUtils);
cacheConfig.setClientAddress(clientAddress);
cacheConfig.setThreadPoolAdapterStates(threadPoolStates);
String localServerAddress = CloudCommonIdUtil.getLocalServerIpPort(environment, hippo4JInetUtils);
String localServerAddress = CloudCommonIdUtil.getLocalServerIpPort(environment, hippo4jInetUtils);
cacheConfig.setLocalServerAddress(localServerAddress);
adapterCacheConfigList.add(cacheConfig);
}

Loading…
Cancel
Save