Checkstyle formatting issues fix (SPI)
[neutron.git] / neutron-spi / src / main / java / org / opendaylight / neutron / spi / INeutronNetworkCRUD.java
index 28a4e19507fc0eb89fd0ac00bc6b7d2b54e3f0a8..b7cdc9446a7abdb69fb0b2350c4a4a8137f576c7 100644 (file)
@@ -8,15 +8,12 @@
 
 package org.opendaylight.neutron.spi;
 
-import java.util.List;
-
 /**
  * This interface defines the methods for CRUD of NB network objects
  *
  */
 
-public interface INeutronNetworkCRUD
-    extends INeutronCRUD<NeutronNetwork> {
+public interface INeutronNetworkCRUD extends INeutronCRUD<NeutronNetwork> {
     // Nothing Here.
     // This class is defined to use reflection.
 }