1 package org.onap.so.adapters.cnf.service.synchrornization;
3 import org.onap.so.client.exception.BadResponseException;
4 import org.springframework.context.annotation.Primary;
5 import org.springframework.stereotype.Component;
7 import java.util.Collections;
12 public class SubscriptionsRecoveryProvider {
14 public Set<String> getInstanceList() throws BadResponseException {
15 return Collections.emptySet();