ItEr28S06CUAsignacionGrupoRecursosAPlanificacionItEr27S06: Fixing typo
This commit is contained in:
parent
2ab07d9f5e
commit
3a60ccdb02
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ public class ResourceAllocationModel implements IResourceAllocationModel {
|
|||
@Override
|
||||
@Transactional(readOnly = true)
|
||||
public void addSpecificResourceAllocation(Worker worker) throws Exception {
|
||||
resourceAllocationsBeingEdited.addSpecificResorceAllocationFor(worker);
|
||||
resourceAllocationsBeingEdited.addSpecificResourceAllocationFor(worker);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ public class ResourceAllocationsBeingEdited {
|
|||
this.daysDuration = task.getDaysDuration();
|
||||
}
|
||||
|
||||
public void addSpecificResorceAllocationFor(Worker worker) {
|
||||
public void addSpecificResourceAllocationFor(Worker worker) {
|
||||
if (alreadyExistsAllocationFor(worker)) {
|
||||
throw new IllegalArgumentException(_(
|
||||
"{0} already assigned to resource allocation list", worker
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue