commit | a28fa047a9a304a40f5b26d9777cfc7cb9f9fe97 | [log] [tgz] |
---|---|---|
author | surya-huawei <a.u.surya@huawei.com> | Thu Sep 28 11:31:42 2017 +0530 |
committer | surya-huawei <a.u.surya@huawei.com> | Thu Sep 28 11:34:26 2017 +0530 |
tree | 1b2e154956d9541c05a74719acab21f0317e6e7c | |
parent | d17fb0101e9901337bb69dec225a9b0ecc005eb5 [diff] |
Remove redundant casts *Remove unnecessary cast to "CachedDataSource" These unnecessary casting expressions maked the code harder to read and understand *Replace type specification with diamond operator This is to reduce the verbosity of generics code Issue-Id: CCSDK-87 Change-Id: I6cd2f7d16886ffa6cc26e5dd300b8376705d9366 Signed-off-by: surya-huawei <a.u.surya@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".