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); String clientAddress = CloudCommonIdUtil.getClientIpPort(environment, hippo4jInetUtils);
cacheConfig.setClientAddress(clientAddress); cacheConfig.setClientAddress(clientAddress);
cacheConfig.setThreadPoolAdapterStates(threadPoolStates); cacheConfig.setThreadPoolAdapterStates(threadPoolStates);
String localServerAddress = CloudCommonIdUtil.getLocalServerIpPort(environment, hippo4JInetUtils); String localServerAddress = CloudCommonIdUtil.getLocalServerIpPort(environment, hippo4jInetUtils);
cacheConfig.setLocalServerAddress(localServerAddress); cacheConfig.setLocalServerAddress(localServerAddress);
adapterCacheConfigList.add(cacheConfig); adapterCacheConfigList.add(cacheConfig);
} }

Loading…
Cancel
Save