improve error logs due to IllegalArgumentException to include full input
[neutron.git] / northbound-api / src / main / java / org / opendaylight / neutron / northbound / api / NeutronTapFlowRequest.java
index b09e1e97e36f4841a52f105e8daa7e58e0b30f5a..fd418e61b4f56358d6426cbb8807d4a5033aa3a4 100644 (file)
@@ -19,7 +19,7 @@ import org.opendaylight.neutron.spi.NeutronTapFlow;
 @XmlRootElement
 @XmlAccessorType(XmlAccessType.NONE)
 @SuppressFBWarnings("URF_UNREAD_FIELD")
-public final class NeutronTapFlowRequest implements INeutronRequest<NeutronTapFlow> {
+public final class NeutronTapFlowRequest extends NeutronRequest<NeutronTapFlow> {
     @XmlElement(name = "tap_flow")
     NeutronTapFlow singleton;