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

sort update

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