Skip to content
Snippets Groups Projects
Commit 359eaee7 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Fix release 0.3.3

parent bb918335
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@ import org.duniter.core.beans.Bean;
import org.duniter.core.beans.BeanFactory;
import org.duniter.core.client.service.bma.*;
import org.duniter.core.client.service.elasticsearch.CurrencyRegistryRemoteService;
import org.duniter.core.client.service.elasticsearch.MarketRemoteService;
import org.duniter.core.client.service.local.CurrencyService;
import org.duniter.core.client.service.local.PeerService;
import org.duniter.core.service.CryptoService;
......@@ -140,10 +139,6 @@ public class ServiceLocator implements Closeable {
return getBean(CurrencyRegistryRemoteService.class);
}
public MarketRemoteService getMarketRemoteService() {
return getBean(MarketRemoteService.class);
}
public <S extends Bean> S getBean(Class<S> clazz) {
if (beanFactory == null) {
initBeanFactory();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment