X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fsal%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fcore%2FNodeTable.java;h=349e68d98d56eb5bc99c58060973508cf24883c8;hb=refs%2Fchanges%2F76%2F2176%2F3;hp=9e763eb241a273375edf7c27a6ed40871a9b0a0a;hpb=65497763171356ed5068e0040023f307dc7d4607;p=controller.git diff --git a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/NodeTable.java b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/NodeTable.java index 9e763eb241..349e68d98d 100644 --- a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/NodeTable.java +++ b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/NodeTable.java @@ -14,7 +14,6 @@ import java.util.concurrent.ConcurrentHashMap; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; @@ -177,11 +176,12 @@ public class NodeTable implements Serializable { } /** - * @param type the nodeTableType to set - * * Private setter for nodeConnectorType to be called by JAXB not by anyone * else, NodeConnector is immutable + * + * @param type the nodeTableType to set */ + @SuppressWarnings("unused") private void setType(String type) { this.nodeTableType = type; if (this.nodeTableIDString != null) {