commit | 652e1bb38db85b2646229a43935a47f42032a839 | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Tue Nov 17 08:37:28 2020 -0500 |
committer | Dan Timoney <dtimoney@att.com> | Tue Nov 17 08:37:28 2020 -0500 |
tree | 4d24ec4106810e7522cf11eae773400b0bad397b | |
parent | 59135590f84f59007d0210131c609e8257a75150 [diff] |
Fix NPE in toJsonString() Fixed SvcLogicContext.toJsonString() to return the empty string () if it cannot find the requested prefix in the service logic context. Change-Id: I5e36864f961b36b6c82a3db8d20483df6686ed15 Issue-ID: CCSDK-2990 Signed-off-by: Dan Timoney <dtimoney@att.com>
This source repository contains the code for the core SDN Controller components. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
To compile, run "mvn clean install".