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 6c4f15e3b148da713174a840276ab548d85cec85..5bbc4d548796a6d25e57cb722a3d767f4c683ca9 100644
--- a/src/main/java/org/etsi/osl/osom/management/CROrchestrationCheckDeploymentService.java
+++ b/src/main/java/org/etsi/osl/osom/management/CROrchestrationCheckDeploymentService.java
@@ -97,6 +97,7 @@ public class CROrchestrationCheckDeploymentService implements JavaDelegate {
         @Valid
         ServiceStateType currentState = aService.getState();
         
+        
 	    ServiceStateType nextState = aService.findNextStateBasedOnSupportingResources(rlist);
 	    
 	    if (!currentState.equals(nextState)) {