Some minor refinements in CCSDK SLI Northbound 59/13859/2
authorramu.n <ramu.n@huawei.com>
Wed, 20 Sep 2017 11:44:38 +0000 (17:14 +0530)
committerramu.n <ramu.n@huawei.com>
Wed, 20 Sep 2017 14:46:28 +0000 (20:16 +0530)
commit7359cb451fbc44afaf06be1754b10740e034472e
tree852f471694c0c3548ad9b058064c85b3cb6e0f8e
parent7c11933e3674208f2cd762be1118df957eec19e1
Some minor refinements in CCSDK SLI Northbound

Fix few Critical/Major sonar issues in CCSDK SLI Northbound module
* Remove useless parentheses
* Remove useless assignment to local variable
* Use built-in logger method string formatting instead of string concatination
* code indentation
* Replace for loop with foreach

Change-Id: I9a2e3345f23feb2d96045ac714d8acc528de464b
Issue-Id: CCSDK-67
Signed-off-by: Ramu N <ramu.n@huawei.com>
ueb-listener/src/main/java/org/onap/ccsdk/sli/northbound/uebclient/SdncUebCallback.java
ueb-listener/src/main/java/org/onap/ccsdk/sli/northbound/uebclient/SdncUebClient.java
ueb-listener/src/main/java/org/onap/ccsdk/sli/northbound/uebclient/SdncUebConfiguration.java