Removed List and Set support as workaround fo OrientDB bug refs #9021

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/is-exporter-se-plugin@150939 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-07-07 14:46:08 +00:00
parent f4882ebf63
commit 20eb34ed77
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ public class ServiceEndpointExporter extends GCoreResourceMapper<ServiceEndpoint
properties.add(valueSchema);
}
accessPointFacets[i].setProperties(properties);
//accessPointFacets[i].setProperties(properties);
i++;
}