aboutsummaryrefslogtreecommitdiffstats
path: root/appc-client/client-kit/src/test/java/json2java/Json2JavaGeneratorTest.java
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-12-13 11:09:30 -0800
committerPatrick Brady <pb071s@att.com>2017-12-13 11:09:41 -0800
commit0756759f39e125b02d63b4e93de83b3c6b13beea (patch)
tree274e9830e522007c590ace136a57efaa806e19d5 /appc-client/client-kit/src/test/java/json2java/Json2JavaGeneratorTest.java
parentcb81f75d84c1df021730341cd61ed650adc7ba3a (diff)
First part of onap rename
This is the first commit of the rename. This commit changes refereces to org.openecomp.appc > org.onap.appc that occur within files. The package folder structure is not changed in this commit. Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
Diffstat (limited to 'appc-client/client-kit/src/test/java/json2java/Json2JavaGeneratorTest.java')
-rw-r--r--appc-client/client-kit/src/test/java/json2java/Json2JavaGeneratorTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/appc-client/client-kit/src/test/java/json2java/Json2JavaGeneratorTest.java b/appc-client/client-kit/src/test/java/json2java/Json2JavaGeneratorTest.java
index b5ded0283..e9ed8ec13 100644
--- a/appc-client/client-kit/src/test/java/json2java/Json2JavaGeneratorTest.java
+++ b/appc-client/client-kit/src/test/java/json2java/Json2JavaGeneratorTest.java
@@ -29,7 +29,7 @@ import com.fasterxml.jackson.databind.ObjectMapper;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
-import org.openecomp.appc.generator.JsonHelper;
+import org.onap.appc.generator.JsonHelper;
import java.io.File;
import java.io.IOException;
@@ -41,8 +41,8 @@ import java.util.regex.Pattern;
public class Json2JavaGeneratorTest {
private static JsonNode jsonNode = null;
- private static final String MODEL_PACKAGE = "org.openecomp.appc.client.lcm.model";
- private static final String GENERATED_LCM_API_CLASS = "org.openecomp.appc.client.lcm.api.LifeCycleManagerStateful";
+ private static final String MODEL_PACKAGE = "org.onap.appc.client.lcm.model";
+ private static final String GENERATED_LCM_API_CLASS = "org.onap.appc.client.lcm.api.LifeCycleManagerStateful";
//@Before
public void readIOfiles() throws IOException{