removed HARD-CABLED SCOPE

This commit is contained in:
francesco 2020-11-03 12:14:57 +01:00
parent 7561ac4687
commit 239114c148
1 changed files with 2 additions and 2 deletions

View File

@ -227,8 +227,8 @@ public class GeoportalDataEntryServiceImpl extends RemoteServiceServlet implemen
theSecondaryType = "GeoNaMetadata"; theSecondaryType = "GeoNaMetadata";
} }
LOG.warn("\n\n\nHARD-CABLING THE SCOPE, PLEASE REMOTE IT!!!!\n\n\n"); // LOG.warn("\n\n\nHARD-CABLING THE SCOPE, PLEASE REMOTE IT!!!!\n\n\n");
scope = "/gcube/devsec/devVRE"; // scope = "/gcube/devsec/devVRE";
GeonaISConfig configs = new GeonaISConfig(theSecondaryType, scope); GeonaISConfig configs = new GeonaISConfig(theSecondaryType, scope);
LOG.info("returning config: "+configs); LOG.info("returning config: "+configs);