Renaming openecomp to onap
[aai/champ.git] / src / main / java / org / onap / aai / champ / transform / TinkerpopChampformer.java
@@ -19,7 +19,7 @@
  * ============LICENSE_END============================================
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
-package org.openecomp.aai.champ.transform;
+package org.onap.aai.champ.transform;
 
 import java.util.Iterator;
 
@@ -27,11 +27,11 @@ import org.apache.tinkerpop.gremlin.structure.Edge;
 import org.apache.tinkerpop.gremlin.structure.Property;
 import org.apache.tinkerpop.gremlin.structure.Vertex;
 import org.apache.tinkerpop.gremlin.structure.VertexProperty;
-import org.openecomp.aai.champ.exceptions.ChampUnmarshallingException;
-import org.openecomp.aai.champ.model.ChampObject;
-import org.openecomp.aai.champ.model.ChampRelationship;
-import org.openecomp.aai.champ.model.fluent.object.ObjectBuildOrPropertiesStep;
-import org.openecomp.aai.champ.model.fluent.relationship.RelationshipBuildOrPropertiesStep;
+import org.onap.aai.champ.exceptions.ChampUnmarshallingException;
+import org.onap.aai.champ.model.ChampObject;
+import org.onap.aai.champ.model.ChampRelationship;
+import org.onap.aai.champ.model.fluent.object.ObjectBuildOrPropertiesStep;
+import org.onap.aai.champ.model.fluent.relationship.RelationshipBuildOrPropertiesStep;
 
 public final class TinkerpopChampformer implements Champformer<Vertex, Edge> {