commit | 862cac3e7b7b7bd835439d3a905d9c241a7ae742 | [log] [tgz] |
---|---|---|
author | surya-huawei <a.u.surya@huawei.com> | Fri Sep 22 16:50:44 2017 +0530 |
committer | surya-huawei <a.u.surya@huawei.com> | Fri Sep 22 16:54:17 2017 +0530 |
tree | 93aec64fe016e824c482cc18aef215ef0f655016 | |
parent | 40289adf50be8419eda4d5e49d27b86a016312b7 [diff] |
Remove unnecessary constructs *Remove unused imports *Remove useless paranthesis This is done as sometimes they can be misleading *Replace type specification with diamond operator(<>) This is done to reduce verbosity of generics code Issue-Id: CCSDK-87 Change-Id: Ic356859939fe40cecec2e65c96d79cd6a655787e Signed-off-by: surya-huawei <a.u.surya@huawei.com>
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".