Merge "improve error logs due to IllegalArgumentException to include full input"
[neutron.git] / northbound-api / src / main / java / org / opendaylight / neutron / northbound / api / NeutronL2gatewayRequest.java
index d568ad4ba1001f9994a943adde61106d8a90a073..60be6c91cba51d508c387fd02fae3065e73761bc 100644 (file)
@@ -14,7 +14,7 @@ import javax.xml.bind.annotation.XmlElement;
 import org.opendaylight.neutron.spi.NeutronL2gateway;
 
 @SuppressFBWarnings("URF_UNREAD_FIELD")
-public final class NeutronL2gatewayRequest implements INeutronRequest<NeutronL2gateway> {
+public final class NeutronL2gatewayRequest extends NeutronRequest<NeutronL2gateway> {
     @XmlElement(name = "l2_gateway")
     NeutronL2gateway singleton;