Merge "improve error logs due to IllegalArgumentException to include full input"
[neutron.git] / northbound-api / src / main / java / org / opendaylight / neutron / northbound / api / NeutronFloatingIpRequest.java
index 9487703d977bc78044785f3cf993ed970b13b77c..b64f2f6f4e80e7d8735e30e5d2c6a51dd9a1b951 100644 (file)
@@ -19,7 +19,7 @@ import org.opendaylight.neutron.spi.NeutronFloatingIp;
 @XmlRootElement
 @XmlAccessorType(XmlAccessType.NONE)
 @SuppressFBWarnings("URF_UNREAD_FIELD")
-public final class NeutronFloatingIpRequest implements INeutronRequest<NeutronFloatingIp> {
+public final class NeutronFloatingIpRequest extends NeutronRequest<NeutronFloatingIp> {
     // See OpenStack Network API v2.0 Reference for description of
     // annotated attributes