diff options
author | dglFromAtt <dgl@research.att.com> | 2019-01-07 15:58:44 -0500 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-07 21:50:20 +0000 |
commit | d98ba9b0666ef45470ce81b9eca173fed34640cd (patch) | |
tree | 236ae1acf4754ce4433fd42339536f519aaf0174 /docs | |
parent | 0a6b5ce4b415dd9c3e31cddbefe639ae41aef6f3 (diff) |
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 <dgl@research.att.com>
Issue-ID: DMAAP-933
Signed-off-by: dglFromAtt <dgl@research.att.com>
Diffstat (limited to 'docs')
m--------- | docs/submodules/dmaap/dbcapi.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/dmaap/dbcapi.git b/docs/submodules/dmaap/dbcapi.git -Subproject 536c6aabdfd2bcdc493501a9498fb8a97d208c0 +Subproject 2941d6a78d2eec8c6fb87d44e14f512b314e31f |