Renaming openecomp to onap
[aai/champ.git] / src / main / java / org / onap / aai / champ / model / ChampPartition.java
  * ============LICENSE_END============================================
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
-package org.openecomp.aai.champ.model;
+package org.onap.aai.champ.model;
 
 import java.util.HashMap;
 import java.util.HashSet;
 import java.util.Map;
 import java.util.Set;
 
-import org.openecomp.aai.champ.model.fluent.partition.CreateChampPartitionable;
-import org.openecomp.aai.champ.model.fluent.partition.impl.CreateChampPartionableImpl;
+import org.onap.aai.champ.model.fluent.partition.CreateChampPartitionable;
+import org.onap.aai.champ.model.fluent.partition.impl.CreateChampPartionableImpl;
 
 public final class ChampPartition {