Fix for extra json quotes 77/86677/2
authorPatrick Brady <patrick.brady@att.com>
Tue, 30 Apr 2019 20:08:25 +0000 (13:08 -0700)
committerTakamune Cho <takamune.cho@att.com>
Fri, 3 May 2019 18:53:09 +0000 (18:53 +0000)
commit8b0f5d3c68f91970e4fa5f735ac7527628e28567
tree54c109a53bd659b558f01d5509bef0066c93f9ee
parente30a70e5d8ba25e566c2b9a83148df588e98cce0
Fix for extra json quotes

Substring method output was being lost, causing extra
quotes to stay in the String.

Change-Id: I35e9eee60756b7b743386600e3ab1d203cca036a
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1576
appc-config/appc-config-generator/provider/src/main/java/org/onap/sdnc/config/generator/tool/JSONTool.java