Removed commented code which was useless

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@147222 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-04-27 13:57:10 +00:00
parent bcd0d7c457
commit faae4afaa7
1 changed files with 0 additions and 3 deletions

View File

@ -634,9 +634,6 @@ public abstract class ERManagement<ERType extends ER, El extends Element> {
return EmbeddedMangement.getEmbeddedType(value);
case ARRAY:
//ODocument oDocument = new ODocument();
//return oDocument.fromJSON("{ \"ARRAY\" : " + value.toString() + "}");
List<Object> list = new ArrayList<Object>();
Iterator<JsonNode> arrayElement = value.elements();
while (arrayElement.hasNext()) {