Add ResourceResolutionResult to ResourceResolutionService
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / blueprints / blueprint-core / src / main / kotlin / org / onap / ccsdk / cds / controllerblueprints / core / service / BluePrintExpressionService.kt
index 6a3c646..b6c432b 100644 (file)
@@ -130,7 +130,7 @@ object BluePrintExpressionService {
                 val propertyPaths: List<String> = arrayNode.filterIndexed { index, _ ->
                     index >= 3
                 }.map { it.textValue() }
-                subProperty = propertyPaths.joinToString("/")
+                subProperty = propertyPaths.joinToString(".")
             }
         }
 
@@ -170,7 +170,7 @@ object BluePrintExpressionService {
                 val propertyPaths: List<String> = arrayNode.filterIndexed { index, _ ->
                     index >= 3
                 }.map { it.textValue() }
-                subAttributeName = propertyPaths.joinToString("/")
+                subAttributeName = propertyPaths.joinToString(".")
             }
         }
         return AttributeExpression(