Skip to content

Commit

Permalink
Bump up version number to 2.4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingbic committed Mar 30, 2020
1 parent 73007fb commit a604ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.ndexbio</groupId>
<artifactId>ndex-object-model</artifactId>
<version>2.4.5-SNAPSHOT</version>
<version>2.4.5</version>
<name>NDEx Java Object Model</name>
<description>Java object model for applications that access NDEx</description>
<inceptionYear>2013</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> 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<String> values, final ATTRIBUTE_DATA_TYPE type) {
if (!AttributesAspectUtils.isListType(type)) {
Expand Down

0 comments on commit a604ae2

Please sign in to comment.