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:
parent
bcd0d7c457
commit
faae4afaa7
|
@ -634,9 +634,6 @@ public abstract class ERManagement<ERType extends ER, El extends Element> {
|
||||||
return EmbeddedMangement.getEmbeddedType(value);
|
return EmbeddedMangement.getEmbeddedType(value);
|
||||||
|
|
||||||
case ARRAY:
|
case ARRAY:
|
||||||
//ODocument oDocument = new ODocument();
|
|
||||||
//return oDocument.fromJSON("{ \"ARRAY\" : " + value.toString() + "}");
|
|
||||||
|
|
||||||
List<Object> list = new ArrayList<Object>();
|
List<Object> list = new ArrayList<Object>();
|
||||||
Iterator<JsonNode> arrayElement = value.elements();
|
Iterator<JsonNode> arrayElement = value.elements();
|
||||||
while (arrayElement.hasNext()) {
|
while (arrayElement.hasNext()) {
|
||||||
|
|
Loading…
Reference in New Issue