ItEr28S06CUAsignacionGrupoRecursosAPlanificacionItEr27S06: Fixing typo

This commit is contained in:
Óscar González Fernández 2009-10-03 13:38:51 +02:00
parent 2ab07d9f5e
commit 3a60ccdb02
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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