Force source to always be included in JSON 81/23481/1
authorJim Hahn <jrh3@att.com>
Tue, 14 Nov 2017 16:09:42 +0000 (11:09 -0500)
committerJim Hahn <jrh3@att.com>
Tue, 14 Nov 2017 16:09:42 +0000 (11:09 -0500)
commit621e8a4eb94dd883e72e9bbea3eda5eaab819b52
treef9e78d963b4dea973c92b167efbaa7c03d1a6b4a
parentc407a506a436c103cdd57a30f4c5d1eefc18b3d3
Force source to always be included in JSON

Modified RequestInfo to pass source to JSON, even when it has the
default value.  Ordinarily, this is unnecessary when the default
value is null, but in this case, the default value is not null,
thus other code to which the JSON is passed expects it to be
populated.

Change-Id: I53fde35b8d46f69234fb51f1cceedb31cedc3335
Issue-Id: SO-340
Signed-off-by: Jim Hahn <jrh3@att.com>
mso-api-handlers/mso-api-handler-infra/src/main/java/org/openecomp/mso/apihandlerinfra/serviceinstancebeans/RequestInfo.java