Removed MsoUtils.log() calls from CatalogDbUtils 11/82911/2
authorWitold Ficio Kopel <w.kopel@samsung.com>
Thu, 21 Mar 2019 10:54:04 +0000 (11:54 +0100)
committerWitold Ficio Kopel <w.kopel@samsung.com>
Thu, 21 Mar 2019 11:05:45 +0000 (12:05 +0100)
commitbf26eb2128ea7b77d6cbe6091deed50cd473035a
treef893da25b1ec95d727c3b53917541d4624b6ef16
parentb06919e6f39b0e9dcb40e02155f9406460d2f38d
Removed MsoUtils.log() calls from CatalogDbUtils

Refactored calls to MsoUtils.log() to use logger object already present
in the CatalogDbUtils class.

In addition the CatalogDbUtils class has been accepting MsoUtils object
as parameter to constructor - which is not necessary and not aligned
with style in rest of the groovy code.

Change-Id: Ib80593294ead5b2779f667d8e58f128e958538f0
Issue-ID: LOG-631
Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com>
bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/CatalogDbUtils.groovy
bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/CatalogDbUtilsFactory.groovy
bpmn/MSOCommonBPMN/src/test/groovy/org/onap/so/bpmn/common/scripts/CatalogDbUtilsTest.groovy