Use method in date to get start as LocalDate

FEA: ItEr60S19TimeUnitDataType
This commit is contained in:
Óscar González Fernández 2010-09-22 16:56:40 +02:00
parent 6eefa8f605
commit eec45cd955

View file

@ -186,7 +186,7 @@ public class AllocationResult {
}
public LocalDate getStart() {
return new LocalDate(task.getStartDate().getTime());
return task.getStartAsLocalDate();
}
}