summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/blueprints
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-06-19 12:41:20 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-19 12:41:20 +0000
commit18174bb951a8193e5c310969fb85684b3145fd0e (patch)
tree12f24979d835f9d0cc23a91b18b4a1a5ffbf2aff /ms/blueprintsprocessor/modules/blueprints
parent340386b6248ff796eb5104a2841b254fda6c1b4c (diff)
parentc25c5c21b1df0aa1e8b04e99e8d1b87efd903f78 (diff)
Merge "Error when template-prefix-names list is set as an input"
Diffstat (limited to 'ms/blueprintsprocessor/modules/blueprints')
-rw-r--r--ms/blueprintsprocessor/modules/blueprints/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/service/PropertyAssignmentService.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/service/PropertyAssignmentService.kt b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/service/PropertyAssignmentService.kt
index 4ae01c0b3..0444bbeef 100644
--- a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/service/PropertyAssignmentService.kt
+++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/service/PropertyAssignmentService.kt
@@ -40,7 +40,7 @@ import org.slf4j.LoggerFactory
*
* @author Brinda Santh
*/
-internal class PropertyAssignmentService(var bluePrintRuntimeService: BluePrintRuntimeService<MutableMap<String, JsonNode>>) {
+open class PropertyAssignmentService(var bluePrintRuntimeService: BluePrintRuntimeService<MutableMap<String, JsonNode>>) {
private val log = LoggerFactory.getLogger(this::class.toString())