ItEr33S08ValidacionEProbasFuncionaisItEr32S09: Fixing infinite loop

This commit is contained in:
Óscar González Fernández 2009-11-03 20:15:19 +01:00
parent 859a3d8cb4
commit a240a640f3

View file

@ -138,7 +138,7 @@ public class BaseCalendar extends BaseEntity implements IWorkHours {
}
public Set<ExceptionDay> getExceptions(Date date) {
return getExceptions(date);
return getExceptions(new LocalDate(date));
}
public Set<ExceptionDay> getExceptions(LocalDate date) {