diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-04-14 10:49:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-14 10:49:24 +0000 |
commit | 83efc4a66030965ecca59a25d1085c4ff54d66bb (patch) | |
tree | 4ece106f8f91eb9d88bfefe22a47be82fb1b7178 | |
parent | 672494d0b6f13f56d3ed92ec2e1d69428dc2b947 (diff) | |
parent | 41812cbe7947732a414eda62998fa66716f86b21 (diff) |
Merge "Fix extra parameter for method"
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoDeleteNetworkInstance.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoDeleteNetworkInstance.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoDeleteNetworkInstance.groovy index 7ded1946b4..023c80b3ba 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoDeleteNetworkInstance.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoDeleteNetworkInstance.groovy @@ -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) } |