checkstyle: TypeName
[neutron.git] / neutron-spi / src / main / java / org / opendaylight / neutron / spi / NeutronObject.java
index 9f8192aab42f12fde18416d5436059ef5a66e866..f6858669e71649645daaa1a4de1622bb4d1cf892 100644 (file)
@@ -20,7 +20,7 @@ import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.
 
 @XmlRootElement
 @XmlAccessorType(XmlAccessType.NONE)
-public abstract class NeutronObject<T extends NeutronObject> extends Neutron_ID
+public abstract class NeutronObject<T extends NeutronObject> extends NeutronID
         implements Serializable, INeutronObject<T> {
     private static final long serialVersionUID = 1L;