Sonar Fixes policy/models, removing model-yaml
[policy/models.git] / models-interactions / model-yaml / src / main / java / org / onap / policy / controlloop / policy / builder / ControlLoopPolicyBuilder.java
index 9c0188c..1c96b2b 100644 (file)
@@ -21,7 +21,7 @@
 
 package org.onap.policy.controlloop.policy.builder;
 
-import org.onap.policy.aai.Pnf;
+import org.onap.aai.domain.yang.Pnf;
 import org.onap.policy.controlloop.policy.ControlLoop;
 import org.onap.policy.controlloop.policy.OperationsAccumulateParams;
 import org.onap.policy.controlloop.policy.Policy;
@@ -91,7 +91,7 @@ public interface ControlLoopPolicyBuilder {
      * @return builder object
      * @throws BuilderException builder exception
      */
-    public ControlLoopPolicyBuilder setPNF(Pnf pnf) throws BuilderException;
+    public ControlLoopPolicyBuilder setPnf(Pnf pnf) throws BuilderException;
 
     /**
      * Remove PNF.
@@ -99,7 +99,7 @@ public interface ControlLoopPolicyBuilder {
      * @return the object
      * @throws BuilderException builder exception
      */
-    public ControlLoopPolicyBuilder removePNF() throws BuilderException;
+    public ControlLoopPolicyBuilder removePnf() throws BuilderException;
 
     /**
      * Set the abatement.