Replaced constructor call with Boolean.valueOf() call 71/92271/1
authorOleksandr Moliavko <o.moliavko@samsung.com>
Tue, 30 Jul 2019 13:18:31 +0000 (16:18 +0300)
committerOleksandr Moliavko <o.moliavko@samsung.com>
Tue, 30 Jul 2019 13:18:31 +0000 (16:18 +0300)
commit8e45144b00c3b77a103a38dd5759c68c12a0ad0f
tree22a4108019e2ee25b9e06f76bd253b6513881911
parent5bc663e5831a87b897d43f0f7fb7ec8bce88e633
Replaced constructor call with Boolean.valueOf() call
to prevent static analyzer warning about inefficient
use of constructor

Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: Id5a883628726bdd0313a46ea4808a36eccf03c9a
adapters/mso-adapter-utils/src/main/java/org/onap/so/cloudify/utils/MsoCloudifyUtils.java