improve error logs due to IllegalArgumentException to include full input
[neutron.git] / northbound-api / src / main / java / org / opendaylight / neutron / northbound / api / NeutronSFCPortPairRequest.java
index 30382fd85ed723f1a71d3592995b2557182e3c7e..3e8d8c3dd1fe402a61d412ededfedbd22b4d68db 100644 (file)
@@ -18,7 +18,7 @@ import org.opendaylight.neutron.spi.NeutronSFCPortPair;
 @XmlRootElement
 @XmlAccessorType(XmlAccessType.NONE)
 @SuppressFBWarnings("URF_UNREAD_FIELD")
-public final class NeutronSFCPortPairRequest implements INeutronRequest<NeutronSFCPortPair> {
+public final class NeutronSFCPortPairRequest extends NeutronRequest<NeutronSFCPortPair> {
     // See OpenStack Networking SFC (networking-sfc) Port Pair API v1.0 Reference
     // for description of annotated attributes