X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=neutron-spi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fneutron%2Fspi%2FINeutronSubnetCRUD.java;h=8d7a83b15524cb1b86cfa19f64c7500d58a1baa3;hb=fbab29a87a5a0e44161d5476a009d1eff580a6e5;hp=42fe96a11b06f53c51ecbaa0a838e6f75dae63de;hpb=09356c9b337789dd88ebbe8becd1b95451ab43f8;p=neutron.git diff --git a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSubnetCRUD.java b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSubnetCRUD.java index 42fe96a11..8d7a83b15 100644 --- a/neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSubnetCRUD.java +++ b/neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSubnetCRUD.java @@ -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 { +public interface INeutronSubnetCRUD extends INeutronCRUD { // Nothing Here. // This class is defined to use reflection. }