NEUTRON-208: BGPVPN network and router association
[neutron.git] / northbound-api / src / main / java / org / opendaylight / neutron / northbound / api / NeutronNetworkRequest.java
index 83578c39d2abfbe5675323e1167b3967bdd3eabc..54c51e506ea2e03581e19911d6b66eba587d8713 100644 (file)
@@ -19,7 +19,7 @@ import org.opendaylight.neutron.spi.NeutronNetwork;
 @XmlRootElement
 @XmlAccessorType(XmlAccessType.NONE)
 @SuppressFBWarnings("URF_UNREAD_FIELD")
-public final class NeutronNetworkRequest implements INeutronRequest<NeutronNetwork> {
+public final class NeutronNetworkRequest extends NeutronRequest<NeutronNetwork> {
     // See OpenStack Network API v2.0 Reference for description of
     // annotated attributes