Renaming openecomp to onap
[aai/sparky-be.git] / src / test / java / org / onap / aai / sparky / viewandinspect / ActiveInventoryNodeTester.java
@@ -23,7 +23,7 @@
 * and service marks of AT&T Intellectual Property.
 */
 
-package org.openecomp.sparky.viewandinspect;
+package org.onap.aai.sparky.viewandinspect;
 
 import com.fasterxml.jackson.annotation.JsonInclude.Include;
 import com.fasterxml.jackson.core.JsonProcessingException;
@@ -34,8 +34,8 @@ import com.fasterxml.jackson.databind.PropertyNamingStrategy;
 import java.io.IOException;
 import java.util.Iterator;
 
-import org.openecomp.sparky.viewandinspect.config.VisualizationConfig;
-import org.openecomp.sparky.viewandinspect.entity.ActiveInventoryNode;
+import org.onap.aai.sparky.viewandinspect.config.VisualizationConfig;
+import org.onap.aai.sparky.viewandinspect.entity.ActiveInventoryNode;
 
 /**
  * The Class ActiveInventoryNodeTester.