Remove useless import
This commit is contained in:
parent
3fb4c227d6
commit
b0467ec6ad
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ import org.springframework.web.bind.MethodArgumentNotValidException
|
||||||
import org.springframework.web.bind.annotation.ControllerAdvice
|
import org.springframework.web.bind.annotation.ControllerAdvice
|
||||||
import org.springframework.web.context.request.WebRequest
|
import org.springframework.web.context.request.WebRequest
|
||||||
import org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
|
import org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
|
||||||
import java.util.stream.Collectors
|
|
||||||
|
|
||||||
|
|
||||||
@ControllerAdvice
|
@ControllerAdvice
|
||||||
class GlobalExceptionHandler : ResponseEntityExceptionHandler() {
|
class GlobalExceptionHandler : ResponseEntityExceptionHandler() {
|
||||||
|
|
Loading…
Reference in a new issue