X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=appc-common%2Fsrc%2Ftest%2Fjava%2Forg%2Fopenecomp%2Fappc%2Futil%2FTestStringHelper.java;h=06957cf2dc7b86854a41974e355f749b69e170fb;hb=0756759f39e125b02d63b4e93de83b3c6b13beea;hp=74f0b121b80ee1e5c61458d6ce995b6f00ba9862;hpb=cb81f75d84c1df021730341cd61ed650adc7ba3a;p=appc.git diff --git a/appc-common/src/test/java/org/openecomp/appc/util/TestStringHelper.java b/appc-common/src/test/java/org/openecomp/appc/util/TestStringHelper.java index 74f0b121b..06957cf2d 100644 --- a/appc-common/src/test/java/org/openecomp/appc/util/TestStringHelper.java +++ b/appc-common/src/test/java/org/openecomp/appc/util/TestStringHelper.java @@ -24,7 +24,7 @@ -package org.openecomp.appc.util; +package org.onap.appc.util; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; @@ -33,7 +33,7 @@ import static org.junit.Assert.assertTrue; import java.util.Properties; import org.junit.Test; -import org.openecomp.appc.util.StringHelper; +import org.onap.appc.util.StringHelper; public class TestStringHelper {