[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / onap / policy / api / ImportParameters.java
@@ -18,7 +18,7 @@
  * ============LICENSE_END=========================================================
  */
 
-package org.openecomp.policy.api;
+package org.onap.policy.api;
 
 import java.util.UUID;
 
@@ -47,7 +47,7 @@ public class ImportParameters {
         * 
         * @param serviceName the <code>String</code> format of the Service Name
         * @param description the <code>String</code> format of the i Description
-        * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages.
+        * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages.
         * @param filePath the <code>List</code> format of the file paths for the service files
         * @param importType the {@link IMPORT_TYPE} format of the Policy Service List
         * @param version the <code>String</code> format of the Policy Import Version
@@ -103,7 +103,7 @@ public class ImportParameters {
        /**
         * Gets the requestID of the Policy Parameters. 
         * 
-        * @return unique request ID which will be passed throughout the ECOMP components to correlate logging messages.
+        * @return unique request ID which will be passed throughout the ONAP components to correlate logging messages.
         */
        public UUID getRequestID() {
                return requestID;
@@ -112,7 +112,7 @@ public class ImportParameters {
        /**
         * Sets the requestID of the Policy Parameters. 
         * 
-        * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages.
+        * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages.
         */
        public void setRequestID(UUID requestID) {
                this.requestID = requestID;