[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / onap / policy / api / DecisionResponse.java
@@ -18,7 +18,7 @@
  * ============LICENSE_END=========================================================
  */
 
-package org.openecomp.policy.api;
+package org.onap.policy.api;
 
 /**
  * Defines the Object that represents the Policy Decision Response elements.
@@ -30,7 +30,7 @@ public interface DecisionResponse {
        /**
         * Gets the Decision of the Policy, Either a Permit or Deny. 
         * 
-        * @return {@link org.openecomp.policy.api.PolicyDecision} Enumeration. 
+        * @return {@link org.onap.policy.api.PolicyDecision} Enumeration. 
         */
        public PolicyDecision getDecision();