Move common DataStoreContext and co to test-common
[transportpce.git] / test-common / src / main / java / org / opendaylight / transportpce / test / DataStoreContextImpl.java
similarity index 99%
rename from common/src/main/java/org/opendaylight/transportpce/common/DataStoreContextImpl.java
rename to test-common/src/main/java/org/opendaylight/transportpce/test/DataStoreContextImpl.java
index 983d52729eaa78706b3ff4debcbd05e66fb843f5..0ae99c5ebd1361c1235a110a00d8be768c9f30e0 100644 (file)
@@ -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.transportpce.common;
+package org.opendaylight.transportpce.test;
 
 import com.google.common.collect.ClassToInstanceMap;
 import com.google.common.collect.ImmutableClassToInstanceMap;