Checkstyle Import issues fix (SPI tests,Northbound API)
[neutron.git] / northbound-api / src / main / java / org / opendaylight / neutron / northbound / api / NeutronFirewallRequest.java
index e3cb2e83f9912a4efd916819a374a919d9039855..398191e3b7007c48082f013cedf21d2c54f176d5 100644 (file)
@@ -8,13 +8,12 @@
 
 package org.opendaylight.neutron.northbound.api;
 
-import org.opendaylight.neutron.spi.NeutronFirewall;
-
+import java.util.List;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
 import javax.xml.bind.annotation.XmlRootElement;
-import java.util.List;
+import org.opendaylight.neutron.spi.NeutronFirewall;
 
 
 @XmlRootElement