Quick fix to unblock the issue of VoLTE creation
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / groovy / org / openecomp / mso / bpmn / infrastructure / scripts / DoCustomDeleteE2EServiceInstance.groovy
index 8ab8d61..b26976d 100644 (file)
@@ -58,8 +58,6 @@ import org.xml.sax.InputSource
  * @param - subscriptionServiceType - O
  * @param - serviceInstanceId
  * @param - serviceInstanceName - O
- * @param - serviceModelInfo - O
- * @param - productFamilyId
  * @param - serviceInputParams (should contain aic_zone for serviceTypes TRANSPORT,ATM)
  * @param - sdncVersion 
  * @param - failNotFound - TODO
@@ -70,7 +68,7 @@ import org.xml.sax.InputSource
  * 
  * Rollback - Deferred
  */
-public class DoDeleteE2EServiceInstance extends AbstractServiceTaskProcessor {
+public class DoCustomDeleteE2EServiceInstance extends AbstractServiceTaskProcessor {
 
        String Prefix="DDELSI_"
        ExceptionUtil exceptionUtil = new ExceptionUtil()