fixed configuration path

master
Luca Frosini 2 years ago
parent 623d474384
commit 03ac8f4fb6

@ -16,12 +16,12 @@ public class Configuration extends GCatClient implements org.gcube.gcat.api.inte
protected ObjectMapper mapper; protected ObjectMapper mapper;
public Configuration() throws MalformedURLException { public Configuration() throws MalformedURLException {
super(CONFIGURATION); super(CONFIGURATIONS);
mapper = new ObjectMapper(); mapper = new ObjectMapper();
} }
public Configuration(URL enforcedServiceURL) throws MalformedURLException { public Configuration(URL enforcedServiceURL) throws MalformedURLException {
super(enforcedServiceURL, CONFIGURATION); super(enforcedServiceURL, CONFIGURATIONS);
mapper = new ObjectMapper(); mapper = new ObjectMapper();
} }

Loading…
Cancel
Save