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