Fix typo 04/76304/1
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 24 Jan 2019 17:52:27 +0000 (23:22 +0530)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 24 Jan 2019 17:52:27 +0000 (23:22 +0530)
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>
bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ActivateSDNCNetworkResource.groovy

index 580416e..a8da95a 100644 (file)
@@ -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