[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / onap / policy / api / PolicyConfig.java
@@ -18,7 +18,7 @@
  * ============LICENSE_END=========================================================
  */
 
-package org.openecomp.policy.api;
+package org.onap.policy.api;
 
 import java.util.Map;
 import java.util.Properties;
@@ -35,7 +35,7 @@ import org.w3c.dom.Document;
 
 public interface PolicyConfig {
        /**
-        * Gets the {@link org.openecomp.policy.api.PolicyType} associated with <code>PolicyConfig</code> 
+        * Gets the {@link org.onap.policy.api.PolicyType} associated with <code>PolicyConfig</code> 
         * 
         * @return the <code>PolicyType</code> associated with this <code>PolicyConfig</code> 
         */
@@ -70,7 +70,7 @@ public interface PolicyConfig {
        public String toOther();
        
        /**
-        * Gets the {@link org.openecomp.policy.api.PolicyConfigStatus} associated with this <code>PolicyConfig</code>.
+        * Gets the {@link org.onap.policy.api.PolicyConfigStatus} associated with this <code>PolicyConfig</code>.
         * 
         * @return the <code>PolicyConfigStatus</code> associated with this <code>PolicyConfig</code>
         */