Merge "Remove unneeded param type definition"
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / java / org / openecomp / mso / bpmn / infrastructure / workflow / serviceTask / client / entity / RpcServiceTopologyOperationOutputEntity.java
index c59cc4e..2e0362b 100644 (file)
@@ -22,11 +22,8 @@ package org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.client.entity
 
 import com.fasterxml.jackson.annotation.JsonProperty;
 
-/**
- * Created by 10112215 on 2017/9/26.
- */
 public class RpcServiceTopologyOperationOutputEntity {
-    @JsonProperty("output")
+    @JsonProperty("GENERIC-RESOURCE-API:output")
     private ServiceTopologyOperationOutputEntity output;
 
     public ServiceTopologyOperationOutputEntity getOutput() {