commit | bb315ff0cce96b31f8e741b3af0981a011e66095 | [log] [tgz] |
---|---|---|
author | surya-huawei <a.u.surya@huawei.com> | Tue Sep 19 15:32:16 2017 +0530 |
committer | surya-huawei <a.u.surya@huawei.com> | Tue Sep 19 15:34:31 2017 +0530 |
tree | 3319b55d46044d80ff40ec7f0cf2b7c6abcc7e5e | |
parent | 298d795205068f9ba7ce548a09bec474b8375270 [diff] |
Fix Sonar Issues few major issues in sli/northbound *Remove unused imports *Iterate over the "entrySet" instead of the "keySet" *Replace the type specification with the diamond operator ("<>") Issue-Id: CCSDK-87 Signed-off-by: surya-huawei <a.u.surya@huawei.com> Change-Id: Ib2a6f97d3de759b937c1e2acd2e39312e88ad10b
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".