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