mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Upgrade the version to be 2.2.2.RELEASE
This commit is contained in:
@@ -97,8 +97,8 @@ public class NacosWatch implements ApplicationEventPublisherAware, SmartLifecycl
|
||||
instanceOptional.ifPresent(currentInstance -> {
|
||||
resetIfNeeded(currentInstance);
|
||||
});
|
||||
publisher.publishEvent(
|
||||
new HeartbeatEvent(NacosWatch.this, nacosWatchIndex.getAndIncrement()));
|
||||
publisher.publishEvent(new HeartbeatEvent(NacosWatch.this,
|
||||
nacosWatchIndex.getAndIncrement()));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user