[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / onap / policy / api / PushPolicyParameters.java
@@ -18,7 +18,7 @@
  * ============LICENSE_END=========================================================
  */
 
-package org.openecomp.policy.api;
+package org.onap.policy.api;
 
 import java.util.UUID;
 
@@ -46,7 +46,7 @@ public class PushPolicyParameters {
         * @param policyName the <code>String</code> format of the Policy Name
         * @param policyType the <code>String</code> format of the Policy Type
         * @param pdpGroup the <code>String</code> format of the PDPGroup
-        * @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 PushPolicyParameters(String policyName, String policyType, String pdpGroup, UUID requestID){
                this.policyName = policyName;
@@ -112,7 +112,7 @@ public class PushPolicyParameters {
        /**
         * Gets the requestID of the Push 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;
@@ -121,7 +121,7 @@ public class PushPolicyParameters {
        /**
         * Sets the requestID of the Push 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;