commit | c7adf7195e50cf5af435d8c4e8ad143e90ea12c0 | [log] [tgz] |
---|---|---|
author | shashikanth <shashikanth.vh@huawei.com> | Wed Sep 27 17:12:46 2017 +0530 |
committer | Shashikanth VH <shashikanth.vh@huawei.com> | Thu Sep 28 04:52:09 2017 +0000 |
tree | 11cc3dd15da98f1fdaffb7a03cb16312d0f72b87 | |
parent | d17fb0101e9901337bb69dec225a9b0ecc005eb5 [diff] |
Added @Override annotation Fix major sonar issues in ccsdk/sli/core module https://sonar.onap.org/component_issues?id=org.onap.ccsdk.sli.core%3Accsdk-sli-core#resolved=false|severities=MAJOR|rules=squid%3AS1161 Add the "@Override" annotation above this method signature Issue-Id:CCSDK-67 Change-Id: I233be3f88547049a5f78c438e87f2f8c0129df78 Signed-off-by: shashikanth.vh <shashikanth.vh@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".