Simplify NetconfRpcService
[ccsdk/apps.git] / ms / blueprintsprocessor / functions / restconf-executor / src / main / kotlin / org / onap / ccsdk / apps / blueprintsprocessor / functions / restconf / executor / ComponentRestconfExecutor.kt
index 9bcc23b..bd05595 100644 (file)
@@ -68,6 +68,7 @@ open class ComponentRestconfExecutor(private var applicationContext: Application
         scriptComponent.nodeTemplateName = nodeTemplateName
         scriptComponent.operationInputs = operationInputs
 
+        // FIXME("Populate the reference in Abstract Script Instance Injection map")
         // Set the Rest Lib Property Service
         scriptComponent.bluePrintRestLibPropertyService = bluePrintRestLibPropertyService
         scriptComponent.resourceResolutionService = resourceResolutionService