Merge "Removed bad docs"
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / java / org / openecomp / mso / bpmn / infrastructure / workflow / serviceTask / client / entity / ServiceInputParametersEntity.java
index 038c50c..c056ffa 100644 (file)
@@ -36,6 +36,6 @@ public class ServiceInputParametersEntity {
         this.paramList = paramList;
     }
 
         this.paramList = paramList;
     }
 
-    @JsonProperty("param")
+    @JsonProperty("GENERIC-RESOURCE-API:param")
     private List<ParamEntity> paramList;
 }
     private List<ParamEntity> paramList;
 }