diff --git a/pom.xml b/pom.xml index 3072682..f05cee2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.ndexbio ndex-object-model - 2.4.5-SNAPSHOT + 2.4.5 NDEx Java Object Model Java object model for applications that access NDEx 2013 diff --git a/src/main/java/org/ndexbio/cxio/aspects/datamodels/NodeAttributesElement.java b/src/main/java/org/ndexbio/cxio/aspects/datamodels/NodeAttributesElement.java index 52a3c26..f974e9e 100644 --- a/src/main/java/org/ndexbio/cxio/aspects/datamodels/NodeAttributesElement.java +++ b/src/main/java/org/ndexbio/cxio/aspects/datamodels/NodeAttributesElement.java @@ -30,16 +30,7 @@ public final class NodeAttributesElement extends AbstractElementAttributesAspect public NodeAttributesElement() { super(); } - /* - public NodeAttributesElement(final Long subnetwork, final Long property_of, final String name, final List values) { - _data_type = ATTRIBUTE_DATA_TYPE.LIST_OF_STRING; -// _is_single_value = false; - _subnetwork = subnetwork; - _property_of = property_of; - _name = name; - _values = values; - } -*/ + public NodeAttributesElement(final Long subnetwork, final Long property_of, final String name, final List values, final ATTRIBUTE_DATA_TYPE type) { if (!AttributesAspectUtils.isListType(type)) {