delete comment.

This commit is contained in:
horizonzy 2021-01-14 16:43:05 +08:00
parent 6cdead245e
commit 1c7780248e

View File

@ -619,13 +619,6 @@ public class ServiceManager implements RecordListener<Service> {
return locatedInstance; return locatedInstance;
} }
/**
* Locate instance.
*
* @param sources the instanceList in DistroConsistencyServiceImpl.dataStore
* @param target the instance need to locate
* @return the located instance
*/
private Instance locateInstance(List<Instance> sources, Instance target) { private Instance locateInstance(List<Instance> sources, Instance target) {
if (CollectionUtils.isEmpty(sources)) { if (CollectionUtils.isEmpty(sources)) {
return null; return null;