diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2019-01-24 23:22:27 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2019-01-24 23:22:27 +0530 |
commit | fe76d074a452e58d4122cc234d17e7aa407a1b44 (patch) | |
tree | 80fcc7fc8d363c712dea65223ea7ba3c446b2bf3 /bpmn/so-bpmn-infrastructure-common/src | |
parent | 1d602253b5a2a0dde15c672875515619460337bd (diff) |
Fix typo
Fix typo for typo in method name.
Change-Id: I8dde10a5e161ad376469ff1bdc4d649d7fa89c02
Issue-ID: SO-1422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-common/src')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ActivateSDNCNetworkResource.groovy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ActivateSDNCNetworkResource.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ActivateSDNCNetworkResource.groovy index 580416ebd2..a8da95aa7c 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ActivateSDNCNetworkResource.groovy +++ b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ActivateSDNCNetworkResource.groovy @@ -420,7 +420,7 @@ public class ActivateSDNCNetworkResource extends AbstractServiceTaskProcessor { String operationStatus = "finished" // RESTResponse for main flow String resourceOperationResp = """{"operationStatus":"${operationStatus}"}""".trim() - msoLogger.dubug(" sendSyncResponse to APIH:" + "\n" + resourceOperationResp) + msoLogger.debug(" sendSyncResponse to APIH:" + "\n" + resourceOperationResp) sendWorkflowResponse(execution, 202, resourceOperationResp) execution.setVariable("sentSyncResponse", true) @@ -429,6 +429,6 @@ public class ActivateSDNCNetworkResource extends AbstractServiceTaskProcessor { msoLogger.debug(msg) exceptionUtil.buildAndThrowWorkflowException(execution, 7000, msg) } - msoLogger.info("exited sendsyncResp") + msoLogger.info("exited send sync Resp") } }
\ No newline at end of file |