commit | 7ae23054d545863fb754854d533cd445c94a4f7c | [log] [tgz] |
---|---|---|
author | pawel.kadlubanski <pawel.kadlubanski@nokia.com> | Thu Feb 01 10:57:32 2018 +0100 |
committer | pawel.kadlubanski <pawel.kadlubanski@nokia.com> | Wed Feb 14 11:19:27 2018 +0100 |
tree | ddcc7888933c140e297ade84dfd8f2da55132f98 | |
parent | 6fdae97679ca410c4923fa7b8a97fb02190233f4 [diff] |
Improve code metrics Resolve nested try block identified by Sonar as in class vnfapiProvider fixes Define a constant instead of duplicating literals identified by Sonar in class vnfapiProvider fixes Change-Id: I584dfb104ee6f506ef063bb83d00beb11b1f971f Issue-ID: SDNC-243 Signed-off-by: pawel.kadlubanski <pawel.kadlubanski@nokia.com>
This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".