First part of onap rename
[appc.git] / appc-sequence-generator / appc-sequence-generator-bundle / src / test / java / org / openecomp / appc / seqgen / TestSequenceGeneratorPlugin.java
index 5ab75b6..748773a 100644 (file)
  * ============LICENSE_END=========================================================
  */
 
-package org.openecomp.appc.seqgen;
+package org.onap.appc.seqgen;
 
 import com.att.eelf.configuration.EELFLogger;
 import com.att.eelf.configuration.EELFManager;
 import org.junit.Assert;
 import org.junit.Test;
-import org.openecomp.appc.seqgen.dgplugin.SequenceGeneratorPlugin;
-import org.openecomp.appc.seqgen.dgplugin.impl.SequenceGeneratorPluginImpl;
+import org.onap.appc.seqgen.dgplugin.SequenceGeneratorPlugin;
+import org.onap.appc.seqgen.dgplugin.impl.SequenceGeneratorPluginImpl;
 import org.onap.ccsdk.sli.core.sli.SvcLogicContext;
 
 import java.io.File;