From d98ba9b0666ef45470ce81b9eca173fed34640cd Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Mon, 7 Jan 2019 15:58:44 -0500 Subject: [PATCH] Updated git submodules Project: dmaap/dbcapi master 2941d6a78d2eec8c6fb87d44e14f512b314e31f0 Stop referencing unused properties A few fields for dmaap object were still being set assuming that values came from properties file. Furthermore, a private variable in the DmaapService class was not set to new value from request. Result was that lack of property caused topicNsRoot field to be null, and then the null was used to compose AAF action/instance values incorrectly. Also fixed some test code to initialize properly. Change-Id: Iffabf5728fdfb2f9496c7eb248cb1ed9e1cc1536 Signed-off-by: dglFromAtt Issue-ID: DMAAP-933 Signed-off-by: dglFromAtt --- docs/submodules/dmaap/dbcapi.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/dmaap/dbcapi.git b/docs/submodules/dmaap/dbcapi.git index 536c6aabd..2941d6a78 160000 --- a/docs/submodules/dmaap/dbcapi.git +++ b/docs/submodules/dmaap/dbcapi.git @@ -1 +1 @@ -Subproject commit 536c6aabdfd2bcdc493501a9498fb8a97d208c0b +Subproject commit 2941d6a78d2eec8c6fb87d44e14f512b314e31f0 -- 2.16.6