Change all the package names from infrautils to odlguice
[odlguice.git] / inject / inject-guice / src / main / java / org / opendaylight / odlguice / inject / guice / AbstractCheckedModule.java
similarity index 90%
rename from inject/inject-guice/src/main/java/org/opendaylight/infrautils/inject/guice/AbstractCheckedModule.java
rename to inject/inject-guice/src/main/java/org/opendaylight/odlguice/inject/guice/AbstractCheckedModule.java
index 792a2fbfd54281bc72127373a66025d16984def4..a08bf65e19bd970ce6e7aad1d3a2fbdde370daa1 100644 (file)
@@ -5,11 +5,11 @@
  * 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.infrautils.inject.guice;
+package org.opendaylight.odlguice.inject.guice;
 
 import com.google.inject.AbstractModule;
 import com.google.inject.Binder;
-import org.opendaylight.infrautils.inject.ModuleSetupRuntimeException;
+import org.opendaylight.odlguice.inject.ModuleSetupRuntimeException;
 
 /**
  * Convenience Guice module support class with configure method that allows