Fix JsonProperty for BpmnParam 09/41509/2
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Sat, 7 Apr 2018 10:33:31 +0000 (10:33 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Tue, 10 Apr 2018 04:41:01 +0000 (04:41 +0000)
Fix JsonProperty for BpmnParam.

Change-Id: I98c9e92ccd08c0d5965d9f18dc68ab6d0c7f822b
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/common/recipe/BpmnParam.java

index f4ebd06..4b58b51 100644 (file)
@@ -41,7 +41,7 @@ public class BpmnParam {
                return value;
        }
        
-       @JsonProperty("type")
+       @JsonProperty("value")
        public void setValue(String value) {
                this.value = value;
        }