commit | 0923423a42c94993d79d342c6679905e80346b29 | [log] [tgz] |
---|---|---|
author | Gaurav Agrawal <gaurav.agrawal@huawei.com> | Mon Sep 25 12:58:52 2017 +0530 |
committer | Gaurav Agrawal <gaurav.agrawal@huawei.com> | Mon Sep 25 12:58:52 2017 +0530 |
tree | 3108f02eb2db1e688d7aeb274374bc765a699d9c | |
parent | bac4dbe402cc81409d210a2dabd25847a12b6a36 [diff] |
Fixes for SvcLogicActivator 1. Convert tabs to 4 spaces. 2. Break lines to be less than 120 characters 3. Remove extraneous spaces/parenthesis & redundant assignments. 4. Use logger built-in string format. 5. Fix critical sonar issues. https://sonar.onap.org/component_issues/index?id=org.onap.ccsdk.sli.core%3Accsdk-sli-core#resolved=false|severities=CRITICAL Change-Id: Idb348f125e92f0e9be30847c41b385411220fd96 Issue-Id: CCSDK-67 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.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".