Fixed package directory issues.
[neutron.git] / northbound-api / src / main / java / org / opendaylight / neutron / northbound / api / INeutronRequest.java
similarity index 89%
rename from northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/INeutronRequest.java
rename to northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/INeutronRequest.java
index 386351633cdf9be9a255b5ca19da1773ec774a97..dfae6ca3e462343510ed9a5862f359b7fef00cc0 100644 (file)
@@ -10,7 +10,7 @@
 
 package org.opendaylight.neutron.northbound.api;
 
-import org.opendaylight.neutron.neutron.spi.INeutronObject;
+import org.opendaylight.neutron.spi.INeutronObject;
 
 import java.util.List;