From 3a60ccdb026b3b1cd35f4e17ca0e562ea5c06935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Gonz=C3=A1lez=20Fern=C3=A1ndez?= Date: Sat, 3 Oct 2009 13:38:51 +0200 Subject: [PATCH] ItEr28S06CUAsignacionGrupoRecursosAPlanificacionItEr27S06: Fixing typo --- .../web/planner/allocation/ResourceAllocationModel.java | 2 +- .../web/planner/allocation/ResourceAllocationsBeingEdited.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/ResourceAllocationModel.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/ResourceAllocationModel.java index ad6529d2e..e36303460 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/ResourceAllocationModel.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/ResourceAllocationModel.java @@ -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 diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/ResourceAllocationsBeingEdited.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/ResourceAllocationsBeingEdited.java index 438b29041..15335f07c 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/ResourceAllocationsBeingEdited.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/ResourceAllocationsBeingEdited.java @@ -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