Fix Sonar Issues in sli/core module
authorsurya-huawei <a.u.surya@huawei.com>
Wed, 20 Sep 2017 10:05:23 +0000 (15:35 +0530)
committersurya-huawei <a.u.surya@huawei.com>
Wed, 20 Sep 2017 10:10:02 +0000 (15:40 +0530)
commit297671bfc3682d09962d24ab9b7788ccb1e9359b
tree2121676827c21754de6a337bf434413774231666
parent9a236162e1c3fd5dcc425544c5ecf5290b0fafb2
Fix Sonar Issues in sli/core module

Few major issues
*Remove unused imports
To increase code readability
*Replace the type specification with the diamond operator
To reduce the verbosity of generics code
*Add the "@Override" annotation above this method signature
To increase code readability
*Remove this unnecessary cast to "String"
Unnecessary casting expressions pollutes code

Issue-Id: CCSDK-87
Change-Id: I38952f5026a5c61af73ac16706e8ddc278566b13
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
dblib/provider/src/main/java/org/onap/ccsdk/sli/core/dblib/DBResourceManager.java