delete comment.
This commit is contained in:
parent
6cdead245e
commit
1c7780248e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user