Merge "Reorder modifiers"
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / java / org / openecomp / mso / bpmn / infrastructure / pnf / delegate / CreateAaiEntryWithPnfIdDelegate.java
index bc424fd..62b806e 100644 (file)
@@ -49,6 +49,7 @@ public class CreateAaiEntryWithPnfIdDelegate implements JavaDelegate {
         Pnf pnf = new Pnf();
         pnf.setInMaint(true);
         pnf.setPnfId(correlationId);
+        pnf.setPnfName(correlationId);
         aaiConnection.createEntry(correlationId, pnf);
     }
 }