Gizmo uses Champ the microservice
[aai/gizmo.git] / src / main / java / org / onap / crud / dao / champ / ChampEdgeSerializer.java
@@ -21,7 +21,7 @@
  *
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
-package org.onap.crud.dao.champion;
+package org.onap.crud.dao.champ;
 
 import com.google.gson.JsonElement;
 import com.google.gson.JsonObject;
@@ -29,11 +29,10 @@ import com.google.gson.JsonSerializationContext;
 import com.google.gson.JsonSerializer;
 
 import org.onap.crud.entity.Edge;
-import org.onap.crud.entity.Vertex;
 
 import java.lang.reflect.Type;
 
-public class ChampionEdgeSerializer implements JsonSerializer<Edge> {
+public class ChampEdgeSerializer implements JsonSerializer<Edge> {
   @Override
   public JsonElement serialize(Edge edge, Type type, JsonSerializationContext jsonSerializationContext) {
     final JsonObject edgeObj = new JsonObject();