X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fnetworkconfiguration%2Fneutron%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetworkconfig%2Fneutron%2Fnorthbound%2FNeutronNorthboundRSApplication.java;h=7e2a06be59f668b1109e7ce6e37d7d8dbe9b8e0b;hp=020104f95713fbcf0d08496740d5b6fe064b4767;hb=33ea0032f0837333a9181dd7556faa3266155080;hpb=9d4d57f87ec22ad258f39daa84a015fb53d190d0 diff --git a/opendaylight/northbound/networkconfiguration/neutron/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronNorthboundRSApplication.java b/opendaylight/northbound/networkconfiguration/neutron/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronNorthboundRSApplication.java index 020104f957..7e2a06be59 100644 --- a/opendaylight/northbound/networkconfiguration/neutron/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronNorthboundRSApplication.java +++ b/opendaylight/northbound/networkconfiguration/neutron/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronNorthboundRSApplication.java @@ -14,11 +14,6 @@ import java.util.Map; import java.util.Set; import javax.ws.rs.core.Application; import org.eclipse.persistence.jaxb.rs.MOXyJsonProvider; -import org.opendaylight.controller.networkconfig.neutron.northbound.NeutronFloatingIPsNorthbound; -import org.opendaylight.controller.networkconfig.neutron.northbound.NeutronNetworksNorthbound; -import org.opendaylight.controller.networkconfig.neutron.northbound.NeutronPortsNorthbound; -import org.opendaylight.controller.networkconfig.neutron.northbound.NeutronRoutersNorthbound; -import org.opendaylight.controller.networkconfig.neutron.northbound.NeutronSubnetsNorthbound; /**