ItEr60S04ValidacionEProbasFuncionaisItEr59S04: It must return a new state for the new scenario.
This commit is contained in:
parent
70b71aed76
commit
717234f2db
1 changed files with 2 additions and 1 deletions
|
|
@ -308,7 +308,8 @@ public class GenericResourceAllocation extends
|
|||
|
||||
@Override
|
||||
protected DayAssignmentsState switchTo(Scenario scenario) {
|
||||
return this;
|
||||
return new ExplicitlySpecifiedScenarioState(
|
||||
scenario);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue