Polishing

This commit is contained in:
rstoyanchev
2022-07-13 11:27:51 +01:00
parent 89f66ccf6a
commit 3badc47647
2 changed files with 1 additions and 4 deletions

View File

@@ -81,8 +81,6 @@ public abstract class ResponseEntityExceptionHandler {
ErrorResponseException.class
})
public final Mono<ResponseEntity<Object>> handleException(Exception ex, ServerWebExchange exchange) {
HttpHeaders headers = new HttpHeaders();
if (ex instanceof MethodNotAllowedException theEx) {
return handleMethodNotAllowedException(theEx, theEx.getHeaders(), theEx.getStatusCode(), exchange);
}