Fixing warnings in the sal sub-project.
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / core / Property.java
index 9dc00d0dcd8415bac697b4d9839da226a2e34598..4af117ccf7243acd11950fbe0cf9f0d9d563fb3f 100644 (file)
@@ -13,7 +13,6 @@ import java.io.Serializable;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlSeeAlso;
 
 /**
  * @file   Property.java
@@ -31,11 +30,6 @@ import javax.xml.bind.annotation.XmlSeeAlso;
  */
 @XmlRootElement
 @XmlAccessorType(XmlAccessType.NONE)
-@XmlSeeAlso({ Config.class, Name.class, State.class, TimeStamp.class,
-    Latency.class, Bandwidth.class, Tier.class, Actions.class,
-    AdvertisedBandwidth.class, Buffers.class, Capabilities.class,
-    MacAddress.class, PeerBandwidth.class, SupportedBandwidth.class,
-    Tables.class, Description.class, ForwardingMode.class })
 abstract public class Property implements Serializable, Cloneable {
     private static final long serialVersionUID = 1L;
     private final String name;