diff options
Diffstat (limited to 'platform-logic/restapi-templates/src/main')
2 files changed, 2 insertions, 2 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/oofpcipoc-dmaap-publish-config-response-template.json b/platform-logic/restapi-templates/src/main/json/oofpcipoc-dmaap-publish-config-response-template.json index b6fa4716..c8c86355 100644 --- a/platform-logic/restapi-templates/src/main/json/oofpcipoc-dmaap-publish-config-response-template.json +++ b/platform-logic/restapi-templates/src/main/json/oofpcipoc-dmaap-publish-config-response-template.json @@ -18,4 +18,4 @@ "rpc-name" : ${tmp.oofpcipoc-dmaap-config-resp.rpc-name}, "correlation-id" : ${prop.oofpcipoc-dmaap-config-resp.correlationID}, "type" : ${prop.oofpcipoc-dmaap-config-resp.type} -} +}
\ No newline at end of file diff --git a/platform-logic/restapi-templates/src/main/json/oofpcipoc-dmaap-publish-template.json b/platform-logic/restapi-templates/src/main/json/oofpcipoc-dmaap-publish-template.json index d488f275..9f3408b1 100644 --- a/platform-logic/restapi-templates/src/main/json/oofpcipoc-dmaap-publish-template.json +++ b/platform-logic/restapi-templates/src/main/json/oofpcipoc-dmaap-publish-template.json @@ -5,4 +5,4 @@ "version": ${tmp.oofpcipoc-dmaap.version}, "Action": ${tmp.oofpcipoc-dmaap.action}, "Payload": ${tmp.oofpcipoc-dmaap.payload} -} +}
\ No newline at end of file |