summaryrefslogtreecommitdiffstats
path: root/docs/tutorials/portal-sdk/creating.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/portal-sdk/creating.rst')
-rw-r--r--docs/tutorials/portal-sdk/creating.rst8
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