Commit d56cb81a authored by Christos Tranoris's avatar Christos Tranoris
Browse files

update

parent da9f49aa
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -97,7 +97,6 @@ public class CROrchestrationCheckDeploymentService implements JavaDelegate {
        @Valid
        ServiceStateType currentState = aService.getState();        
        
        
	    ServiceStateType nextState = aService.findNextStateBasedOnSupportingResources(rlist);
	    
	    if (!currentState.equals(nextState)) {