Fix code complexity 15/15515/2
authorsurya-huawei <a.u.surya@huawei.com>
Tue, 26 Sep 2017 12:35:12 +0000 (18:05 +0530)
committerSURYA A U <a.u.surya@huawei.com>
Wed, 27 Sep 2017 03:11:06 +0000 (03:11 +0000)
commite0081f9b154b44265deb85d9d05b05f8e9719000
tree9143a2b87eb2324895211a8fdc94bf7db05d7d95
parent4ada70cf2559b8d270daebeed0f813b4387b245e
Fix code complexity

*Use equalsIgnoreCase instead of comparing on converted cases
 This is done to reduce the number of conversions
 and it's more simple and it internally performs
 null check as well
*Remove unused imports
 This is done to increase code readability

Issue-Id: SO-118
Change-Id: Ibc78f5be645db69695c12bca1fbd0282914e90eb
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
status-control/src/main/java/org/openecomp/mso/HealthCheckUtils.java