Fix variable name
FEA: ItEr74S04BugFixing
This commit is contained in:
parent
dbeb0f12de
commit
9a925b3c4c
1 changed files with 2 additions and 3 deletions
|
|
@ -732,11 +732,10 @@ public class Task extends TaskElement implements ITaskPositionConstrained {
|
|||
doAllocation(strategy, direction, toBeModified);
|
||||
updateDerived(copied);
|
||||
|
||||
List<ResourceAllocation<?>> newAllocations = emptyList(),
|
||||
modifiedAllocations = emptyList();
|
||||
List<ResourceAllocation<?>> newAllocations = emptyList(), removedAllocations = emptyList();
|
||||
mergeAllocation(onScenario, getIntraDayStartDate(),
|
||||
getIntraDayEndDate(), workableDays, calculatedValue,
|
||||
newAllocations, copied, modifiedAllocations);
|
||||
newAllocations, copied, removedAllocations);
|
||||
} catch (Exception e) {
|
||||
LOG.error("reassignment for task: " + this
|
||||
+ " couldn't be completed", e);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue