Change all the package names from infrautils to odlguice
[odlguice.git] / inject / inject-guice-testutils / src / main / java / org / opendaylight / odlguice / inject / guice / testutils / AnnotationsModule.java
@@ -5,7 +5,7 @@
  * 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;
+package org.opendaylight.odlguice.inject.guice.testutils;
 
 import com.google.inject.AbstractModule;
 import org.opendaylight.odlguice.inject.guice.extensions.closeable.CloseableModule;