sort out signature of extraceField method
[neutron.git] / neutron-spi / src / main / java / org / opendaylight / neutron / spi / NeutronQosBandwidthRule.java
index 0e97d3cc0e1dbb70509c1bac444ca0067adb21d9..1dd3ae262baa0a8122156d99f83e3d643b908b55 100644 (file)
@@ -19,7 +19,8 @@ import javax.xml.bind.annotation.XmlRootElement;
 
 @XmlRootElement
 @XmlAccessorType(XmlAccessType.NONE)
-public class NeutronQosBandwidthRule extends NeutronObject implements Serializable, INeutronObject {
+public class NeutronQosBandwidthRule extends NeutronObject<NeutronQosBandwidthRule>
+        implements Serializable, INeutronObject<NeutronQosBandwidthRule> {
     private static final long serialVersionUID = 1L;
 
     @XmlElement(name = "max_kbps")