Commit d2eb7370 authored by George Tziavas's avatar George Tziavas
Browse files

finished: ...

	finished:   src/main/java/org/etsi/osl/osom/management/MetricoOrchestrationCheckDeploymentService.java
parent b2b16ca1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -69,7 +69,7 @@ public class MetricoOrchestrationCheckDeploymentService implements JavaDelegate
        }
        }
        @Valid
        @Valid
        ServiceStateType currentState = aService.getState();
        ServiceStateType currentState = aService.getState();
        ServiceStateType nextState = aService.findNextStateBasedOnSupportingResources(rlist);
        ServiceStateType nextState = aService.findNextStateBasedOnResourceList(rlist);


        if (!currentState.equals(nextState)) {
        if (!currentState.equals(nextState)) {
            supd.setState( nextState );
            supd.setState( nextState );