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