commit | bc5d38269f75683e459d1728352380919b4446a9 | [log] [tgz] |
---|---|---|
author | surya-huawei <a.u.surya@huawei.com> | Mon Sep 25 14:42:11 2017 +0530 |
committer | SURYA A U <a.u.surya@huawei.com> | Mon Sep 25 09:21:18 2017 +0000 |
tree | 154e8506ffcc86876b7a99e43d5e11a0f495c7ea | |
parent | bb8927cc8d8249bc8aadd78c3f8105cf3e309bb7 [diff] |
Use Map's entrySet instead of keySet Major Sonar issue in sli/adaptors module *When both keys and values of map are used, using entrySet is more efficient Issue-Id: CCSDK-87 Change-Id: I1a8df0bc42de2c75b5217fd2570fb579d1897760 Signed-off-by: surya-huawei <a.u.surya@huawei.com>
This source repository contains the code for the SDN Controller adaptors. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".