Remove useless import

This commit is contained in:
Florian RICHER 2024-01-02 22:59:41 +01:00
parent 3fb4c227d6
commit b0467ec6ad

View file

@ -9,8 +9,6 @@ import org.springframework.web.bind.MethodArgumentNotValidException
import org.springframework.web.bind.annotation.ControllerAdvice
import org.springframework.web.context.request.WebRequest
import org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
import java.util.stream.Collectors
@ControllerAdvice
class GlobalExceptionHandler : ResponseEntityExceptionHandler() {