Renaming openecomp to onap
[aai/champ.git] / src / main / java / org / onap / aai / champ / transform / Champformer.java
  * ============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 org.openecomp.aai.champ.exceptions.ChampUnmarshallingException;
-import org.openecomp.aai.champ.model.ChampObject;
-import org.openecomp.aai.champ.model.ChampRelationship;
+import org.onap.aai.champ.exceptions.ChampUnmarshallingException;
+import org.onap.aai.champ.model.ChampObject;
+import org.onap.aai.champ.model.ChampRelationship;
 
 public interface Champformer<V, E> {
        public V marshallObject(ChampObject object) throws ChampUnmarshallingException;