summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Shah <sandeeplinux1068@gmail.com>2020-05-18 11:46:48 -0500
committerDan Timoney <dtimoney@att.com>2020-05-18 16:03:01 -0400
commit4b11fb8076ffa3e17c858032b1ade57df6f77eb8 (patch)
treefb1aa234a21a6fd048670f6439ccfb137bd07e02
parentde211f25187f84032fc997a3b14c90a21ecc7963 (diff)
Bug fix in DMAAP publication templates
Remove "0a" hex newline character at the end of the DMAAP publication template files. DMAAP message router is very sensitive Issue-ID: CCSDK-2379 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I7b4e5925c693463cea3441eb15f0e2d4dd3f8416 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--platform-logic/restapi-templates/src/main/json/oofpcipoc-dmaap-publish-config-response-template.json2
-rw-r--r--platform-logic/restapi-templates/src/main/json/oofpcipoc-dmaap-publish-template.json2
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