Fix to remove @ from id and type parameter of node and nodeconnector in Northbound...
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / core / NodeTable.java
index 68ff9b4f3804d773790b5a573c77563b6b46ccea..7b7f1ccaeaf22f29dc4fa2a9c35b75854086b46f 100644 (file)
@@ -206,7 +206,7 @@ public class NodeTable implements Serializable {
     /**
      * @return the nodeTableIDString
      */
-    @XmlAttribute(name = "id")
+    @XmlElement(name = "id")
     public String getNodeTableIDString() {
         return this.nodeTableIDString != null? this.nodeTableIDString : nodeTableID.toString();
     }