Fix Sonar Issue in ccsdk/dashboard module 07/13707/2
authorsurya-huawei <a.u.surya@huawei.com>
Wed, 20 Sep 2017 06:23:06 +0000 (11:53 +0530)
committerSURYA A U <a.u.surya@huawei.com>
Wed, 20 Sep 2017 06:34:29 +0000 (06:34 +0000)
commit97662b28b1cfd66c167e6a13fbac1d1567780e10
tree78c81299d1eb78e65fd2688d261baace239aa5cd
parent1bd57845776d0f5ffad0425718685019e1ec79c1
Fix Sonar Issue in ccsdk/dashboard module

Few major issues
*Making anonymous inner class a lambda
This increases code readability
*Replace the type specification with the diamond operator
This reduces the verbosity of generics code

Issue-Id: CCSDK-87
Change-Id: Ia527040781af3a3d006486f3d73416f2f5e288cc
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
oom-app-common/src/main/java/org/onap/oom/dashboard/controller/CloudifyController.java