diff options
author | kg811t <kg811t@research.att.com> | 2018-02-08 13:25:08 -0500 |
---|---|---|
committer | kg811t <kg811t@research.att.com> | 2018-02-08 13:25:08 -0500 |
commit | 3aa28e9dd68cce134644223505f326378b5d91a8 (patch) | |
tree | 863c98fb341cb86c919b9888dded51c98562a62c /docs/tutorials | |
parent | 08f55be6a0a9708ceeb176d5e1a0a56f885fad59 (diff) |
Added Junits
Issue-ID: PORTAL-136, PORTAL-133, PORTAL-111, PORTAL-19
Includes JUNITS, replacement of openecomp to onap, role centralization
changes
Change-Id: I95fe9d93ccf22e04f81f52aa7ae8c2b760d8c9c4
Signed-off-by: kg811t <kg811t@research.att.com>
Diffstat (limited to 'docs/tutorials')
-rw-r--r-- | docs/tutorials/portal-sdk/creating.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/portal-sdk/creating.rst b/docs/tutorials/portal-sdk/creating.rst index 333a45e7..0d31a19f 100644 --- a/docs/tutorials/portal-sdk/creating.rst +++ b/docs/tutorials/portal-sdk/creating.rst @@ -55,7 +55,7 @@ Copy the following basic controller code into your Java code location as :code:` .. code-block:: java - package org.openecomp.myapp; + package org.onap.myapp; import java.util.HashMap; import java.util.ArrayList; @@ -85,9 +85,9 @@ Copy the following basic controller code into your Java code location as :code:` import org.json.JSONObject; import org.json.JSONArray; - import org.openecomp.portalsdk.core.controller.RestrictedBaseController; - import org.openecomp.portalsdk.core.util.SystemProperties; - import org.openecomp.portalsdk.core.domain.User; + import org.onap.portalsdk.core.controller.RestrictedBaseController; + import org.onap.portalsdk.core.util.SystemProperties; + import org.onap.portalsdk.core.domain.User; @Controller @Repository |