commit | ed6aaf35dabae4070dba5c41798e351c25e8ce4d | [log] [tgz] |
---|---|---|
author | Bharat saraswal <bharat.saraswal@huawei.com> | Thu Sep 21 11:17:57 2017 +0530 |
committer | Bharat saraswal <bharat.saraswal@huawei.com> | Thu Sep 21 05:52:02 2017 +0000 |
tree | dfae2d5855be345aa5279997ab0f35e87a1d96fe | |
parent | 630809c9b6b8f9ed1ff3f875d3c9849db52139e0 [diff] |
Fix Sonar Issues in sli/core module Few major issues *Remove unused variables To increase code readability *Replace the type specification with the diamond operator *Add the "@Override" annotation above this method signature To increase code readability" Issue-Id: CCSDK-87 Change-Id: I2f0c16a83ab10a0a3e39a2a1d4db3c195ec2bba8 Signed-off-by: Bharat saraswal <bharat.saraswal@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".