From d74d87cd27afca784a8ed582b6b7015a8a8d243a Mon Sep 17 00:00:00 2001 From: shiria Date: Tue, 1 May 2018 14:09:41 +0300 Subject: Fix TOSCA Analyzer - null point exception In case there is import to not exist TOSCA file, exception with relevant error message should be thrown In getRequirementAssignment, when there is no Requirement, Optional.Empty is returned Change-Id: I8aabde177815dec2f69307f6be3c5114c5c8efa3 Issue-ID: SDC-1281 Signed-off-by: shiria --- .../onap-tosca-datatype/src/main/resources/globalTypes/tosca/nodes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/onap-tosca-datatype/src/main/resources/globalTypes') diff --git a/common/onap-tosca-datatype/src/main/resources/globalTypes/tosca/nodes.yml b/common/onap-tosca-datatype/src/main/resources/globalTypes/tosca/nodes.yml index af68802eaf..d51225692b 100644 --- a/common/onap-tosca-datatype/src/main/resources/globalTypes/tosca/nodes.yml +++ b/common/onap-tosca-datatype/src/main/resources/globalTypes/tosca/nodes.yml @@ -48,7 +48,7 @@ node_types: - 0 - UNBOUNDED interfaces: - standard: + Standard: type: tosca.interfaces.node.lifecycle.Standard tosca.nodes.ObjectStorage: -- cgit 1.2.3-korg