Posts by Gabriel Kirsten • 11 points
1 post
-
1
votes2
answers248
viewsA: Null return for a JPA method
The problem is that in this stretch (Alocacaocontroller): LocalTime horaFim = LocalTime.of(horaInicio.getHour(), 0) .plusHours(alocacoes.getAgendamento().getPedido().getSugestaoDeHoras()); If your…