Loading src/main/java/net/ivoa/xml/vospace/v2/Node.java +2 −2 Original line number Diff line number Diff line Loading @@ -62,6 +62,8 @@ public class Node { // <edit> // Auto-generated class defined a PropertyList wrapper class. @XmlElement(name = "property") @XmlElementWrapper(name = "properties", required = false) protected List<Property> properties; // Used for generating missing type attribute for root node. For child nodes it is filled automatically. Loading Loading @@ -90,8 +92,6 @@ public class Node { protected String uri; // <edit> @XmlElement(name = "property") @XmlElementWrapper(name = "properties", required = false) public List<Property> getProperties() { if (properties == null) { properties = new ArrayList<>(); Loading Loading
src/main/java/net/ivoa/xml/vospace/v2/Node.java +2 −2 Original line number Diff line number Diff line Loading @@ -62,6 +62,8 @@ public class Node { // <edit> // Auto-generated class defined a PropertyList wrapper class. @XmlElement(name = "property") @XmlElementWrapper(name = "properties", required = false) protected List<Property> properties; // Used for generating missing type attribute for root node. For child nodes it is filled automatically. Loading Loading @@ -90,8 +92,6 @@ public class Node { protected String uri; // <edit> @XmlElement(name = "property") @XmlElementWrapper(name = "properties", required = false) public List<Property> getProperties() { if (properties == null) { properties = new ArrayList<>(); Loading