Gizmo uses Champ the microservice
[aai/gizmo.git] / src / main / java / org / onap / crud / dao / champ / ChampVertexSerializer.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;
@@ -32,7 +32,7 @@ import org.onap.crud.entity.Vertex;
 
 import java.lang.reflect.Type;
 
-public class ChampionVertexSerializer implements JsonSerializer<Vertex> {
+public class ChampVertexSerializer implements JsonSerializer<Vertex> {
   @Override
   public JsonElement serialize(Vertex vertex, Type type, JsonSerializationContext jsonSerializationContext) {
     final JsonObject vertexObj = new JsonObject();