diff --git a/src/main/java/org/etsi/osl/osom/management/CROrchestrationCheckDeploymentService.java b/src/main/java/org/etsi/osl/osom/management/CROrchestrationCheckDeploymentService.java index 5bbc4d548796a6d25e57cb722a3d767f4c683ca9..8d036fe08f7360d1b018579af19d5c4de45e803a 100644 --- a/src/main/java/org/etsi/osl/osom/management/CROrchestrationCheckDeploymentService.java +++ b/src/main/java/org/etsi/osl/osom/management/CROrchestrationCheckDeploymentService.java @@ -95,8 +95,7 @@ public class CROrchestrationCheckDeploymentService implements JavaDelegate { } @Valid - ServiceStateType currentState = aService.getState(); - + ServiceStateType currentState = aService.getState(); ServiceStateType nextState = aService.findNextStateBasedOnSupportingResources(rlist);