public keyword removed for DoCreateServiceInstanceRollback.groovy 25/93325/2
authoranjali.walsatwar <anjali.walsatwar@huawei.com>
Mon, 12 Aug 2019 10:26:51 +0000 (15:56 +0530)
committerLukasz Muszkieta <lukasz.muszkieta@nokia.com>
Wed, 14 Aug 2019 10:30:40 +0000 (10:30 +0000)
groovy file correction

Issue-ID: SO-2212

Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com>
Change-Id: If2b6f5d1416042dd8ce88ae9d467ae24b00a1c55

bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateServiceInstanceRollback.groovy

index 1eeba49..af82bf0 100644 (file)
@@ -69,7 +69,7 @@ public class DoCreateServiceInstanceRollback extends AbstractServiceTaskProcesso
 
        String Prefix="DCRESIRB_"
 
-       public void preProcessRequest(DelegateExecution execution) {
+       void preProcessRequest(DelegateExecution execution) {
                def isDebugEnabled = execution.getVariable("isDebugLogEnabled")
                execution.setVariable("prefix",Prefix)
                String msg = ""
@@ -139,7 +139,7 @@ public class DoCreateServiceInstanceRollback extends AbstractServiceTaskProcesso
                logger.trace("Exit preProcessRequest")
        }
 
-       public void validateSDNCResponse(DelegateExecution execution, String response, String method) {
+       void validateSDNCResponse(DelegateExecution execution, String response, String method) {
 
                logger.trace("validateSDNCResponse")
                String msg = ""
@@ -172,7 +172,7 @@ public class DoCreateServiceInstanceRollback extends AbstractServiceTaskProcesso
                logger.trace("Exit validateSDNCResponse")
        }
 
-       public void postProcessRequest(DelegateExecution execution) {
+       void postProcessRequest(DelegateExecution execution) {
 
                logger.trace("postProcessRequest")
                String msg = ""
@@ -206,7 +206,7 @@ public class DoCreateServiceInstanceRollback extends AbstractServiceTaskProcesso
 
        }
 
-       public void processRollbackException(DelegateExecution execution){
+       void processRollbackException(DelegateExecution execution){
 
                logger.trace("processRollbackException")
                try{
@@ -224,7 +224,7 @@ public class DoCreateServiceInstanceRollback extends AbstractServiceTaskProcesso
                logger.debug("Exit processRollbackException")
        }
 
-       public void processRollbackJavaException(DelegateExecution execution){
+       void processRollbackJavaException(DelegateExecution execution){
 
                logger.trace("processRollbackJavaException")
                try{