Refactor to move from openecomp to onap
[aai/gizmo.git] / src / main / java / org / onap / crud / dao / champion / ChampionEdgeSerializer.java
  *
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
-package org.openecomp.crud.dao.champion;
+package org.onap.crud.dao.champion;
 
 import com.google.gson.JsonElement;
 import com.google.gson.JsonObject;
 import com.google.gson.JsonSerializationContext;
 import com.google.gson.JsonSerializer;
 
-import org.openecomp.crud.entity.Edge;
-import org.openecomp.crud.entity.Vertex;
+import org.onap.crud.entity.Edge;
+import org.onap.crud.entity.Vertex;
 
 import java.lang.reflect.Type;