Refactor to move from openecomp to onap
[aai/gizmo.git] / src / main / java / org / onap / crud / event / GraphEvent.java
  *
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
-package org.openecomp.crud.event;
+package org.onap.crud.event;
 
 import com.google.gson.Gson;
 import com.google.gson.GsonBuilder;
 import com.google.gson.annotations.SerializedName;
 
-import org.openecomp.crud.exception.CrudException;
+import org.onap.crud.exception.CrudException;
 
 import javax.ws.rs.core.Response.Status;