First part of onap rename
[appc.git] / appc-dispatcher / appc-request-handler / appc-request-handler-core / src / main / java / org / openecomp / appc / requesthandler / helper / RequestRegistry.java
index ad2ff6e..fd1292f 100644 (file)
  * ============LICENSE_END=========================================================
  */
 
-package org.openecomp.appc.requesthandler.helper;
+package org.onap.appc.requesthandler.helper;
 
 import org.apache.commons.lang.ObjectUtils;
-import org.openecomp.appc.executor.objects.UniqueRequestIdentifier;
+import org.onap.appc.executor.objects.UniqueRequestIdentifier;
 import com.att.eelf.configuration.EELFLogger;
 import com.att.eelf.configuration.EELFManager;