aboutsummaryrefslogtreecommitdiffstats
path: root/appc-common/src/test/java/org/openecomp/appc/util/TestJsonUtil.java
diff options
context:
space:
mode:
Diffstat (limited to 'appc-common/src/test/java/org/openecomp/appc/util/TestJsonUtil.java')
-rw-r--r--appc-common/src/test/java/org/openecomp/appc/util/TestJsonUtil.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-common/src/test/java/org/openecomp/appc/util/TestJsonUtil.java b/appc-common/src/test/java/org/openecomp/appc/util/TestJsonUtil.java
index 87e70e43d..270f90f05 100644
--- a/appc-common/src/test/java/org/openecomp/appc/util/TestJsonUtil.java
+++ b/appc-common/src/test/java/org/openecomp/appc/util/TestJsonUtil.java
@@ -22,11 +22,11 @@
* ============LICENSE_END=========================================================
*/
-package org.openecomp.appc.util;
+package org.onap.appc.util;
import org.junit.Assert;
import org.junit.Test;
-import org.openecomp.appc.util.JsonUtil;
+import org.onap.appc.util.JsonUtil;
import java.io.IOException;
import java.util.HashMap;