ItEr27S07CUVistaRecursosTempoPorProxectoItEr26S08: Renaming method to show better intent
This commit is contained in:
parent
c02b9c8ada
commit
155e2ada4d
1 changed files with 2 additions and 2 deletions
|
|
@ -64,10 +64,10 @@ public class ResourceLoadModel implements IResourceLoadModel {
|
|||
return new LoadTimelinesGroup(buildTimeLine(resource, resource
|
||||
.getDescription(), sortedByStartDate),
|
||||
buildTimeLinesForEachTask(resource,
|
||||
withoutGeneric(sortedByStartDate)));
|
||||
onlySpecific(sortedByStartDate)));
|
||||
}
|
||||
|
||||
private List<SpecificResourceAllocation> withoutGeneric(
|
||||
private List<SpecificResourceAllocation> onlySpecific(
|
||||
List<ResourceAllocation<?>> sortedByStartDate) {
|
||||
List<SpecificResourceAllocation> result = new ArrayList<SpecificResourceAllocation>();
|
||||
for (ResourceAllocation<?> r : sortedByStartDate) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue