This commit is contained in:
Fabio Sinibaldi 2019-04-12 16:13:03 +00:00
parent 901aab748d
commit 2880e8dcec
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class GCatModel implements CatalogueFormatData {
private static String profileXML=null;
private static String profileID=DataMinerCollectorProperties.getProperty(DataMinerCollectorProperties.CKAN_RESOURCE_TYPE);
String profileID=DataMinerCollectorProperties.getProperty(DataMinerCollectorProperties.CKAN_RESOURCE_TYPE);
public static void setProfile(String toSet) {
profileXML=toSet;