Change all the package names from infrautils to odlguice
[odlguice.git] / inject / inject-guice-testutils / src / test / java / org / opendaylight / odlguice / inject / guice / testutils / tests / ExampleGuiceRuleTest.java
@@ -5,15 +5,15 @@
  * 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.testutils.tests;
+package org.opendaylight.odlguice.inject.guice.testutils.tests;
 
 import static org.junit.Assert.assertTrue;
 
 import javax.inject.Inject;
 import org.junit.Rule;
 import org.junit.Test;
-import org.opendaylight.infrautils.inject.guice.testutils.AbstractGuiceJsr250Module;
-import org.opendaylight.infrautils.inject.guice.testutils.GuiceRule;
+import org.opendaylight.odlguice.inject.guice.testutils.AbstractGuiceJsr250Module;
+import org.opendaylight.odlguice.inject.guice.testutils.GuiceRule;
 
 /**
  * Example Guice Test using the {@link GuiceRule} & {@link AbstractGuiceJsr250Module}.