ItEr33S08ValidacionEProbasFuncionaisItEr32S09: Fixing infinite loop
This commit is contained in:
parent
859a3d8cb4
commit
a240a640f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue