Bump upstreams for Silicon
[neutron.git] / neutron-spi / src / main / java / org / opendaylight / neutron / spi / INeutronSubnetCRUD.java
index 42fe96a11b06f53c51ecbaa0a838e6f75dae63de..8d7a83b15524cb1b86cfa19f64c7500d58a1baa3 100644 (file)
@@ -5,18 +5,12 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.neutron.spi;
 
-import java.util.List;
-
 /**
- * This interface defines the methods for CRUD of NB Subnet objects
- *
+ * This interface defines the methods for CRUD of NB Subnet objects.
  */
-
-public interface INeutronSubnetCRUD
-    extends INeutronCRUD<NeutronSubnet> {
+public interface INeutronSubnetCRUD extends INeutronCRUD<NeutronSubnet> {
     // Nothing Here.
     // This class is defined to use reflection.
 }