Skip to content

Commit

Permalink
remove unused field
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
  • Loading branch information
pj892031 committed Nov 5, 2024
1 parent d9fa345 commit f5c7881
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
@Order(Ordered.HIGHEST_PRECEDENCE)
public class NotFoundErrorController {


private static final String PATH = "/not_found"; // NOSONAR


@GetMapping(value = "/not_found")
public String handleError(HttpServletRequest request) {
Object status = request.getAttribute(RequestDispatcher.ERROR_STATUS_CODE);
Expand Down

0 comments on commit f5c7881

Please sign in to comment.