Fix extra parameter for method 51/42751/1
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Fri, 13 Apr 2018 14:48:24 +0000 (14:48 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Fri, 13 Apr 2018 14:48:24 +0000 (14:48 +0000)
Fix extra parameter for method

Change-Id: Id017023c6b256db2d76c82cd33c6143258e9ef7b
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoDeleteNetworkInstance.groovy

index 7ded194..023c80b 100644 (file)
@@ -211,7 +211,7 @@ public class DoDeleteNetworkInstance extends AbstractServiceTaskProcessor {
        
                        } catch (IOException ex) {
                                String dataErrorMessage = " Unable to encode PO/SDNC user/password string - " + ex.getMessage()
-                               utils.log("DEBUG", dataErrorMessage, isDebugEnabled)
+                               utils.log("DEBUG", dataErrorMessage, isDebugEnabled)
                                exceptionUtil.buildAndThrowWorkflowException(execution, 2500, dataErrorMessage)
                        }